Always generate source maps for browserify

pull/3593/head
Nicklas Gummesson 9 years ago
parent fbd0974ab6
commit 5096fe5ca8

@ -1,6 +1,4 @@
{ {
"browserify_debug": true,
"browserify_watch": false,
"use_minify": false, "use_minify": false,
"http_path_prefix": "" "http_path_prefix": ""
} }

@ -1,6 +1,4 @@
{ {
"browserify_debug": false,
"browserify_watch": false,
"use_minify": true, "use_minify": true,
"http_path_prefix": "//cartodb-libs.global.ssl.fastly.net/cartodbui" "http_path_prefix": "//cartodb-libs.global.ssl.fastly.net/cartodbui"
} }

@ -14,9 +14,7 @@ module.exports = {
watch: '<%= env.browserify_watch %>', watch: '<%= env.browserify_watch %>',
browserifyOptions: { browserifyOptions: {
// if true will include source maps debug: true
// must be evaluated lazily (using template var) to allow override by setConfig task.
debug: '<%= env.browserify_debug %>'
} }
}; };

Loading…
Cancel
Save