summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-18 17:47:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-18 17:47:50 +0200
commit1ca71fccb13b726ae47f861a4678431bd7c51ed6 (patch)
tree6fd3f3b8b161d1b1fca470689b7e23df3149a098 /js/Gruntfile.coffee
parent8eaeb793617076475a6851e1f0cc74e53a1f2f96 (diff)
fix broken audio feeds, fix #508
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'
]