We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30464c commit c8190b5Copy full SHA for c8190b5
1 file changed
script-base.js
@@ -29,6 +29,7 @@ function Generator() {
29
this.env.options.testPath = this.env.options.testPath || 'test/spec';
30
}
31
32
+ this.env.options.coffee = this.options.coffee;
33
if (typeof this.env.options.coffee === 'undefined') {
34
this.option('coffee');
35
0 commit comments