summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-29 13:46:55 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-29 13:46:55 +0200
commit9e3e58d845d5c153aa93c90a5b7b76129e628db9 (patch)
treef3ff5184ee6b8b7307ec101703dc34797e6fdd99 /gulpfile.js
parent2c36855aa4cfe8a1e70d12a9591cc440acb02dbc (diff)
downloadwallet-core-9e3e58d845d5c153aa93c90a5b7b76129e628db9.tar.gz
wallet-core-9e3e58d845d5c153aa93c90a5b7b76129e628db9.tar.bz2
wallet-core-9e3e58d845d5c153aa93c90a5b7b76129e628db9.zip
include emscripten binary at new location
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js22
1 files changed, 9 insertions, 13 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 0f206ed80..d32163175 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -63,38 +63,34 @@ const paths = {
"decl/urijs.d.ts",
],
test: [
- "testlib/**/.ts",
"src/**/*-test*.ts",
],
},
// distributed in the chrome extension
dist: [
+ "dist/*-bundle.js",
+ "emscripten/taler-emscripten-lib.js",
"img/icon.png",
"img/logo.png",
"src/**/*.{css,html}",
- "dist/*-bundle.js",
],
// for the source distribution
extra: [
- "scripts/prove-node",
- "scripts/prove-selenium",
- "src/i18n/*.po",
- "src/i18n/*.pot",
- "decl/**/*.d.ts",
"AUTHORS",
- "README",
"COPYING",
"Makefile",
+ "README",
"configure",
+ "decl/**/*.d.ts",
"gulpfile.js",
- "tsconfig.json",
+ "manifest.json",
"package.json",
+ "pogen/example/test.ts",
"pogen/pogen.ts",
"pogen/tsconfig.json",
- "pogen/example/test.ts",
- // Only in extra, because the manifest is processed/generated
- // targets other than "srcdist".
- "manifest.json",
+ "src/i18n/*.po",
+ "src/i18n/*.pot",
+ "tsconfig.json",
],
};