diff --git a/Gruntfile.js b/Gruntfile.js index ca5178fc7..37efd2c0d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -87,7 +87,7 @@ module.exports = function (grunt) { curly: false, node: true }, - all: ['Gruntfile.js', '*/index.js'] + all: ['Gruntfile.js', 'src/**/*.js'] }, env: { fast: { @@ -276,8 +276,8 @@ module.exports = function (grunt) { fs.writeFileSync(path.resolve(d), JSON.stringify(json, null, 2)); }; - processJson('app/templates/_package.json', dest + 'package.json'); - processJson('app/templates/_bower.json', dest + 'bower.json'); + processJson('templates/app/_package.json', dest + 'package.json'); + processJson('templates/app/_bower.json', dest + 'bower.json'); }); grunt.registerTask('installFixtures', 'install package and bower fixtures', function() {