From aa4757355a29dff097a7c56937f28f7c632767f7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 20 Feb 2018 14:47:36 +0100 Subject: fix file include pattern --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') 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: [ -- cgit v1.2.3