From 1a0a302ad9bfd49ff452bf874e04b7623e23cb5f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 20 Jan 2016 18:09:58 +0100 Subject: Include wallet ts files. --- extension/gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extension/gulpfile.js') 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}" -- cgit v1.2.3