aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
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",