summaryrefslogtreecommitdiffstats
path: root/module/web/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/Gruntfile.js')
-rw-r--r--module/web/Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/Gruntfile.js b/module/web/Gruntfile.js
index 6e51c9b63..4799afb01 100644
--- a/module/web/Gruntfile.js
+++ b/module/web/Gruntfile.js
@@ -107,7 +107,7 @@ module.exports = function(grunt) {
},
all: [
'Gruntfile.js',
- '<%= yeoman.app %>/scripts/{,*/}*.js',
+ '<%= yeoman.app %>/scripts/**/*.js',
'!<%= yeoman.app %>/scripts/vendor/*',
'test/spec/{,*/}*.js'
]