summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-10-25 17:57:20 +0200
committertg(x) <*@tg-x.net>2016-10-25 17:57:20 +0200
commitc7d4e3a6b9a9bf1f6f1e7d5ab953ceef2cd95046 (patch)
tree7ca627ed664450e408b92da02a5b9ff21dc59207 /gulpfile.js
parentfd307958478dbfe3d9b22efb469234f4c0539713 (diff)
downloadwallet-core-c7d4e3a6b9a9bf1f6f1e7d5ab953ceef2cd95046.tar.gz
wallet-core-c7d4e3a6b9a9bf1f6f1e7d5ab953ceef2cd95046.tar.bz2
wallet-core-c7d4e3a6b9a9bf1f6f1e7d5ab953ceef2cd95046.zip
do not include *.po* and duplicate images in build
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/gulpfile.js b/gulpfile.js
index b8b0f1081..7b17b6eed 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -66,19 +66,20 @@ const paths = {
],
},
dist: [
- "i18n/*.po",
- "i18n/*.pot",
- "img/*",
- "style/*.css",
- "lib/vendor/*",
+ "img/icon.png",
+ "img/logo.png",
"i18n/strings.js",
"lib/emscripten/taler-emscripten-lib.js",
"lib/module-trampoline.js",
+ "lib/vendor/*.js",
+ "style/*.css",
"popup/**/*.{html,css}",
"pages/**/*.{html,css}",
"background/*.html",
],
extra: [
+ "i18n/*.po",
+ "i18n/*.pot",
"lib/**/*.d.ts",
"AUTHORS",
"README",