diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index 96a662066..6685f5108 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -349,7 +349,7 @@ module.exports = function (grunt) { files: [{ expand: true, cwd: '.tmp/concat', - src: '*/**.js', + src: '**/*.js', dest: '.tmp/concat' }] }