From aaed44f1ec98e879ca08b1c73b2244a4f70438c4 Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Sun, 5 Aug 2018 02:43:02 -0400 Subject: trezor v5 working on firefox --- gulpfile.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 480f544d8..920e9f8ae 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -74,6 +74,10 @@ createCopyTasks('fonts', { source: './app/fonts/', destinations: commonPlatforms.map(platform => `./dist/${platform}/fonts`), }) +createCopyTasks('vendor', { + source: './app/vendor/', + destinations: commonPlatforms.map(platform => `./dist/${platform}/vendor`), +}) createCopyTasks('reload', { devOnly: true, source: './app/scripts/', -- cgit v1.2.3