diff options
Diffstat (limited to 'gulpfile.js')
-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", |