summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 16:00:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 16:00:08 +0200
commit274034a63374434298204db21e6d6513690e6eaf (patch)
tree7dcda9aebb41120fc2619248f4609e4df5912fd3 /js/Gruntfile.js
parent11f0246acd0daab1067eb32099fa26f05a26ea21 (diff)
put models into seperate folder
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',