summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index b29c8de67..07ccd516b 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -43,6 +43,7 @@ module.exports = function (grunt) {
'filter/**/*.js',
'service/**/*.js',
'gui/**/*.js',
+ 'utility/**/*.js',
'directive/**/*.js'
],
dest: '<%= meta.production %>app.js'
@@ -89,7 +90,6 @@ module.exports = function (grunt) {
'app/Run.js',
'filter/**/*.js',
'service/**/*.js',
- 'model/**/*.js',
'controller/**/*.js',
'directive/**/*.js',
'tests/**/*.js',
@@ -106,7 +106,7 @@ module.exports = function (grunt) {
'tests/**/*.js',
'app/**/*.js',
'controller/**/*.js',
- 'model/**/*.js',
+ 'utility/**/*.js',
'directive/**/*.js',
'filter/**/*.js',
'service/**/*.js',