Skip to content

Commit 7022e84

Browse files
committed
feat(gen): conditionally add build files
add default buildtool as grunt
1 parent 531012c commit 7022e84

3 files changed

Lines changed: 1 addition & 0 deletions

File tree

test/test-file-creation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var exec = require('child_process').exec;
99

1010
describe('angular-fullstack generator', function () {
1111
var gen, defaultOptions = {
12+
buildtool: 'grunt',
1213
script: 'js',
1314
markup: 'html',
1415
stylesheet: 'sass',

0 commit comments

Comments
 (0)