Skip to content

Commit fee0358

Browse files
committed
Merge pull request #367 from eddiemonge/issue_329
fix(app): allow normal javascript to be created
2 parents 750a583 + c8190b5 commit fee0358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: script-base.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var Generator = module.exports = function Generator() {
2727
this.env.options.testPath = this.env.options.testPath || 'test/spec';
2828
}
2929

30+
this.env.options.coffee = this.options.coffee;
3031
if (typeof this.env.options.coffee === 'undefined') {
3132
this.option('coffee');
3233

0 commit comments

Comments
 (0)