summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-20 11:28:18 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-20 11:28:29 +0100
commit00682105b061473444b7bc4998fe5a01b5cb4a78 (patch)
tree08afafc41de7eb54ed4f5d648c660886476a0129 /js/Gruntfile.js
parent1525755a8f3e6dd1df9a4863ce887f2aa6cd3cb8 (diff)
use sourcemaps to debug instead of debug flag to make it easier to debug minified code in debug mode
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 85cd6fec8..df26bd66a 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -66,6 +66,7 @@ module.exports = function (grunt) {
}
},
options: {
+ sourceMap: true
}
},
cssmin: {