We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 750a583 + c8190b5 commit fee0358Copy full SHA for fee0358
script-base.js
@@ -27,6 +27,7 @@ var Generator = module.exports = function Generator() {
27
this.env.options.testPath = this.env.options.testPath || 'test/spec';
28
}
29
30
+ this.env.options.coffee = this.options.coffee;
31
if (typeof this.env.options.coffee === 'undefined') {
32
this.option('coffee');
33
0 commit comments