diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-14 02:15:56 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-14 02:15:56 +0200 |
commit | 6262af4ad73763e736bfb96a88c5d66e0ec51532 (patch) | |
tree | a8d84c451d5983e0d4c35cbb91c01fca40f0e08d | |
parent | ab538922312a37da5ee302e34fb72af7a0f8bae7 (diff) |
fix build system
-rw-r--r-- | gulpfile.js | 2 |
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}", |