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.
1 parent dfe918f commit 7abdf9aCopy full SHA for 7abdf9a
app/generator.js
@@ -260,7 +260,8 @@ export default class Generator extends Base {
260
type: 'list',
261
name: 'buildtool',
262
message: 'Would you like to use Gulp (experimental) instead of Grunt?',
263
- choices: [ 'Grunt', 'Gulp', 'Both'],
+ choices: ['Grunt', 'Gulp', 'Both'],
264
+ default: 0,
265
filter: function(val) {
266
return {
267
'Grunt': 'grunt',
0 commit comments