diff options
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 482eb45d6..e5ee423f1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -179,7 +179,7 @@ grunt.initConfig({ options: { jshintrc: true }, - src: [ + all: [ "ui/*.js", "Gruntfile.js", "build/**/*.js", |