From c7d4e3a6b9a9bf1f6f1e7d5ab953ceef2cd95046 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Tue, 25 Oct 2016 17:57:20 +0200 Subject: do not include *.po* and duplicate images in build --- gulpfile.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'gulpfile.js') 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", -- cgit v1.2.3