From f1bef0473bf5e3f2661dd6ba82f6350164ff69ab Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 7 Feb 2018 16:15:40 +0100 Subject: prevent embedding wallet pages in other web pages --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index f8e0c90fa..f9ba97b74 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/**/*.{css,html}", + "src/**/*.{js,css,html}", ], // for the source distribution extra: [ -- cgit v1.2.3