summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.coffee
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2014-03-26 21:07:40 +0100
committerThomas Tanghus <thomas@tanghus.net>2014-03-26 21:07:40 +0100
commite2dfa6378160fcba74a2bdbad7f593bcd4e93130 (patch)
treed1a7d826a790be7e27b79cc5c0bf50da4f6cfc46 /js/Gruntfile.coffee
parent921a21bb9ccb200c4dba1930b984a7e1edb2a888 (diff)
Update requests to use the full route. Refs. #496
Diffstat (limited to 'js/Gruntfile.coffee')
-rw-r--r--js/Gruntfile.coffee2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Gruntfile.coffee b/js/Gruntfile.coffee
index b5e65ccff..e7b25cc6a 100644
--- a/js/Gruntfile.coffee
+++ b/js/Gruntfile.coffee
@@ -82,6 +82,8 @@ module.exports = (grunt) ->
'level': 'ignore'
'no_trailing_whitespace':
'level': 'warn'
+ 'max_line_length':
+ 'level': 'ignore'
watch:
concat: