aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",