summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-18 17:47:03 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-18 17:47:03 +0200
commit402c534ee6453e28e5902f3d4f3a21b534309d24 (patch)
tree483a79a7cc528cb88200db40ff12c526bb542b4c /js/Gruntfile.coffee
parent97452a5f5e98e33981eeac1eb89402fc13b13cb2 (diff)
remove clientside hashing, fix #72
Diffstat (limited to 'js/Gruntfile.coffee')
-rw-r--r--js/Gruntfile.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Gruntfile.coffee b/js/Gruntfile.coffee
index c12a5f322..02bb03d7d 100644
--- a/js/Gruntfile.coffee
+++ b/js/Gruntfile.coffee
@@ -66,8 +66,8 @@ module.exports = (grunt) ->
src: '<%= meta.production %>app.js'
dest: ''
wrapper: [
- '(function(angular, $, hex_md5, moment, undefined){\n\n'
- '\n})(window.angular, window.jQuery, window.hex_md5, window.moment);'
+ '(function(angular, $, moment, undefined){\n\n'
+ '\n})(window.angular, window.jQuery, window.moment);'
]
coffeelint: