taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit c7d4e3a6b9a9bf1f6f1e7d5ab953ceef2cd95046
parent fd307958478dbfe3d9b22efb469234f4c0539713
Author: tg(x) <*@tg-x.net>
Date:   Tue, 25 Oct 2016 17:57:20 +0200

do not include *.po* and duplicate images in build

Diffstat:
Mgulpfile.js | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 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",