From bf52ed4a0aedaf440733147e5e7fb086d16e9841 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 22 May 2014 01:03:27 +0200 Subject: add generators to iterate over objects --- js/Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/Gruntfile.js') 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', -- cgit v1.2.3