summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.coffee')
-rw-r--r--js/Gruntfile.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Gruntfile.coffee b/js/Gruntfile.coffee
index e7b25cc6a..169fabc4f 100644
--- a/js/Gruntfile.coffee
+++ b/js/Gruntfile.coffee
@@ -57,6 +57,7 @@ module.exports = (grunt) ->
src: [
'<%= meta.build %>app/app.js'
'<%= meta.build %>app/directives/*.js'
+ '<%= meta.build %>app/filters/*.js'
'<%= meta.build %>app/controllers/*.js'
'<%= meta.build %>app/services/**/*.js'
]