summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 5dd29b9fc..7a4573c6c 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -70,6 +70,7 @@ module.exports = function (grunt) {
'controller/**/*.js',
'filter/**/*.js',
'service/**/*.js',
+ 'model/**/*.js',
'directive/**/*.js'
],
dest: '<%= meta.production %>app.js'
@@ -99,6 +100,7 @@ module.exports = function (grunt) {
'app/**/*.js',
'filter/**/*.js',
'service/**/*.js',
+ 'model/**/*.js',
'controller/**/*.js',
'directive/**/*.js',
'tests/**/*.js',
@@ -118,6 +120,7 @@ module.exports = function (grunt) {
'tests/**/*.js',
'app/**/*.js',
'controller/**/*.js',
+ 'model/**/*.js',
'directive/**/*.js',
'filter/**/*.js',
'service/**/*.js',