taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 2e9ecf952d4028a2d55cd7be5d4afb689bac88b8
parent 9e3e58d845d5c153aa93c90a5b7b76129e628db9
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 29 May 2017 14:59:45 +0200

include sourcemaps even in production

Diffstat:
Mgulpfile.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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",