From 2e9ecf952d4028a2d55cd7be5d4afb689bac88b8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 May 2017 14:59:45 +0200 Subject: include sourcemaps even in production --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3