summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-29 14:59:45 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-29 14:59:45 +0200
commit2e9ecf952d4028a2d55cd7be5d4afb689bac88b8 (patch)
tree63b7518374013b1d66f0099f15371aa4877536e4
parent9e3e58d845d5c153aa93c90a5b7b76129e628db9 (diff)
downloadwallet-core-2e9ecf952d4028a2d55cd7be5d4afb689bac88b8.tar.gz
wallet-core-2e9ecf952d4028a2d55cd7be5d4afb689bac88b8.tar.bz2
wallet-core-2e9ecf952d4028a2d55cd7be5d4afb689bac88b8.zip
include sourcemaps even in production
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index d32163175..a95542e1b 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -69,6 +69,7 @@ const paths = {
// distributed in the chrome extension
dist: [
"dist/*-bundle.js",
+ "dist/*-bundle.js.map",
"emscripten/taler-emscripten-lib.js",
"img/icon.png",
"img/logo.png",