summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 01:03:27 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 01:03:27 +0200
commitbf52ed4a0aedaf440733147e5e7fb086d16e9841 (patch)
treef23542228f2d6e8d6e647c6e4788f6fa52e45cdc /js/Gruntfile.js
parent295adcbef7618f4a0b4781c92e4b1c32b31a5f36 (diff)
add generators to iterate over objects
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',