diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-20 18:09:58 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-20 18:09:58 +0100 |
commit | 1a0a302ad9bfd49ff452bf874e04b7623e23cb5f (patch) | |
tree | de69f2ec094517c36814977b53efe1006827ffdc /extension/gulpfile.js | |
parent | bd60805706b7a599d4317f686d850a0c7ee45cf7 (diff) |
Include wallet ts files.
Diffstat (limited to 'extension/gulpfile.js')
-rw-r--r-- | extension/gulpfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/gulpfile.js b/extension/gulpfile.js index 157914832..40b17a702 100644 --- a/extension/gulpfile.js +++ b/extension/gulpfile.js @@ -39,11 +39,12 @@ const File = require('vinyl'); const paths = { ts: { release: [ - "lib/**.{ts,tsx}", + "lib/**/*.{ts,tsx}", "background/*.{ts,tsx}", "content_scripts/*.{ts,tsx}", "popup/*.{ts,tsx}", "pages/*.{ts,tsx}", + "!**/*.d.ts" ], dev: [ "test/tests/*.{ts,tsx}" |