From 5e85cd8b8fa25ed3fbfc260b48bcad098978407a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 9 Feb 2016 21:56:06 +0100 Subject: new reserve creation protocol --- extension/gulpfile.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extension/gulpfile.js') diff --git a/extension/gulpfile.js b/extension/gulpfile.js index 4b27a0a0b..925b5149e 100644 --- a/extension/gulpfile.js +++ b/extension/gulpfile.js @@ -53,8 +53,12 @@ const paths = { dist: [ "manifest.json", "img/*", + "style/*.css", "lib/vendor/*", - "lib/emscripten/libwrapper.js" + "lib/emscripten/libwrapper.js", + "lib/module-trampoline.js", + "popup/**/*.{html,css}", + "pages/**/*.{html,css}", ], }; -- cgit v1.2.3