diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-29 14:59:45 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-29 14:59:45 +0200 |
commit | 2e9ecf952d4028a2d55cd7be5d4afb689bac88b8 (patch) | |
tree | 63b7518374013b1d66f0099f15371aa4877536e4 | |
parent | 9e3e58d845d5c153aa93c90a5b7b76129e628db9 (diff) |
include sourcemaps even in production
-rw-r--r-- | gulpfile.js | 1 |
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", |