summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-14 02:15:56 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-14 02:15:56 +0200
commit6262af4ad73763e736bfb96a88c5d66e0ec51532 (patch)
treea8d84c451d5983e0d4c35cbb91c01fca40f0e08d /gulpfile.js
parentab538922312a37da5ee302e34fb72af7a0f8bae7 (diff)
downloadwallet-core-6262af4ad73763e736bfb96a88c5d66e0ec51532.tar.gz
wallet-core-6262af4ad73763e736bfb96a88c5d66e0ec51532.tar.bz2
wallet-core-6262af4ad73763e736bfb96a88c5d66e0ec51532.zip
fix build system
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index ef2310beb..70d8b2254 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -69,7 +69,7 @@ const paths = {
"style/*.css",
"lib/vendor/*",
"i18n/strings.js",
- "lib/emscripten/libwrapper.js",
+ "lib/emscripten/taler-emscripten-lib.js",
"lib/module-trampoline.js",
"popup/**/*.{html,css}",
"pages/**/*.{html,css}",