summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-02-20 14:47:36 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-02-20 14:47:36 +0100
commitaa4757355a29dff097a7c56937f28f7c632767f7 (patch)
treeba72bb8aaca099e535de791f647e25713ff862bf /gulpfile.js
parentf4ef4d63cb010fa3f8f380cd5fe8773811599ad1 (diff)
downloadwallet-core-aa4757355a29dff097a7c56937f28f7c632767f7.tar.gz
wallet-core-aa4757355a29dff097a7c56937f28f7c632767f7.tar.bz2
wallet-core-aa4757355a29dff097a7c56937f28f7c632767f7.zip
fix file include pattern
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 f9ba97b74..2e4abfc9e 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -73,7 +73,7 @@ const paths = {
"emscripten/taler-emscripten-lib.js",
"img/icon.png",
"img/logo.png",
- "src/**/*.{js,css,html}",
+ "src/webex/**/*.{js,css,html}",
],
// for the source distribution
extra: [