summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-06 14:20:22 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-06 14:20:41 +0200
commitc5cab3af6fee40079e28e7524d388dd177d3da9d (patch)
treefc91b9f99e85e1c451d40b5bc40096c2947bd683 /gulpfile.js
parent21ea13250f691b35f67395ac9db874673988b167 (diff)
downloadwallet-core-c5cab3af6fee40079e28e7524d388dd177d3da9d.tar.gz
wallet-core-c5cab3af6fee40079e28e7524d388dd177d3da9d.tar.bz2
wallet-core-c5cab3af6fee40079e28e7524d388dd177d3da9d.zip
fix 'make dist', add changelog, version numbers for 0.3v0.3.0
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 03fe4d8a4..cff034b52 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -91,7 +91,11 @@ const paths = {
"pogen/tsconfig.json",
"src/i18n/*.po",
"src/i18n/*.pot",
+ "src/i18n/poheader",
+ "src/i18n/strings-prelude",
+ "tooling/**",
"tsconfig.json",
+ "webpack.config.js",
],
};