diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-23 01:29:34 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-23 01:33:39 +0100 |
commit | 8c5a794cc86270f89ab789c4d717c3e755f00b82 (patch) | |
tree | e520737c536f663e96f3b8065831988ebc33899f /gulpfile.js | |
parent | 899c0027f9c85bde1d807e777b38ebeaddec8f8a (diff) |
update configure/makefilev0.2.0
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 5 |
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", |