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 37a1890 + 90ff36e commit 8342a31Copy full SHA for 8342a31
app/index.js
@@ -287,6 +287,11 @@ var AngularFullstackGenerator = yeoman.generators.Base.extend({
287
return answers.testing === 'mocha';
288
}
289
}], function (answers) {
290
+ /**
291
+ * Default to grunt until gulp support is implemented
292
+ */
293
+ this.filters.grunt = true;
294
+
295
this.filters[answers.testing] = true;
296
if (answers.testing === 'mocha') {
297
this.filters.jasmine = false;
0 commit comments