File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ module.exports = function (grunt) {
87
87
curly : false ,
88
88
node : true
89
89
} ,
90
- all : [ 'Gruntfile.js' , '*/index .js' ]
90
+ all : [ 'Gruntfile.js' , 'src/**/* .js' ]
91
91
} ,
92
92
env : {
93
93
fast : {
@@ -276,8 +276,8 @@ module.exports = function (grunt) {
276
276
fs . writeFileSync ( path . resolve ( d ) , JSON . stringify ( json , null , 2 ) ) ;
277
277
} ;
278
278
279
- processJson ( 'app/ templates/_package.json' , dest + 'package.json' ) ;
280
- processJson ( 'app/ templates/_bower.json' , dest + 'bower.json' ) ;
279
+ processJson ( 'templates/app /_package.json' , dest + 'package.json' ) ;
280
+ processJson ( 'templates/app /_bower.json' , dest + 'bower.json' ) ;
281
281
} ) ;
282
282
283
283
grunt . registerTask ( 'installFixtures' , 'install package and bower fixtures' , function ( ) {
You can’t perform that action at this time.
0 commit comments