Skip to content

Commit c8190b5

Browse files
committed
fix(app): allow normal javascript to be created
Allow --coffee=false to generate JavaScript files Fixes #329 Fixes #316
1 parent c30464c commit c8190b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script-base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function Generator() {
2929
this.env.options.testPath = this.env.options.testPath || 'test/spec';
3030
}
3131

32+
this.env.options.coffee = this.options.coffee;
3233
if (typeof this.env.options.coffee === 'undefined') {
3334
this.option('coffee');
3435

0 commit comments

Comments
 (0)