Skip to content

Commit 7abdf9a

Browse files
committed
feat(gen): default to Grunt
1 parent dfe918f commit 7abdf9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/generator.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ export default class Generator extends Base {
260260
type: 'list',
261261
name: 'buildtool',
262262
message: 'Would you like to use Gulp (experimental) instead of Grunt?',
263-
choices: [ 'Grunt', 'Gulp', 'Both'],
263+
choices: ['Grunt', 'Gulp', 'Both'],
264+
default: 0,
264265
filter: function(val) {
265266
return {
266267
'Grunt': 'grunt',

0 commit comments

Comments
 (0)