diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-02-07 16:15:40 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-02-07 16:15:40 +0100 |
commit | f1bef0473bf5e3f2661dd6ba82f6350164ff69ab (patch) | |
tree | 528f0125de466c6cb2fd64b8be71700c29f86e1e /gulpfile.js | |
parent | 9b0cd71a4dea13fa80c69d0ff8644e3a77c34874 (diff) |
prevent embedding wallet pages in other web pages
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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: [ |