Skip to content

Commit 5690843

Browse files
committed
Added coffeescript precompiler
Signed-off-by: Ilya Shindyapin <[email protected]>
1 parent 69ea5c1 commit 5690843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var isObject = require('mout/lang/isObject'),
1111
var types = {
1212
markup: ['html', 'jade'],
1313
style: ['css', 'scss'],
14-
behavior: ['js']
14+
behavior: ['js', 'coffeescript']
1515
};
1616

1717
/**

0 commit comments

Comments
 (0)