summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-23 01:29:34 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-23 01:33:39 +0100
commit8c5a794cc86270f89ab789c4d717c3e755f00b82 (patch)
treee520737c536f663e96f3b8065831988ebc33899f /gulpfile.js
parent899c0027f9c85bde1d807e777b38ebeaddec8f8a (diff)
downloadwallet-core-8c5a794cc86270f89ab789c4d717c3e755f00b82.tar.gz
wallet-core-8c5a794cc86270f89ab789c4d717c3e755f00b82.tar.bz2
wallet-core-8c5a794cc86270f89ab789c4d717c3e755f00b82.zip
update configure/makefilev0.2.0
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 781929c11..62a4c0876 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -66,12 +66,17 @@ const paths = {
"src/**/*-test*.ts",
],
},
+ // distributed in the chrome extension
dist: [
"img/icon.png",
"img/logo.png",
"src/**/*.{js,css,html}",
+ "testlib/**/*.{js,ts,tsx,html}",
],
+ // for the source distribution
extra: [
+ "scripts/prove-node",
+ "scripts/prove-selenium",
"src/i18n/*.po",
"src/i18n/*.pot",
"decl/**/*.d.ts",