aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-08-05 14:43:02 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-08-05 14:43:02 +0800
commitaaed44f1ec98e879ca08b1c73b2244a4f70438c4 (patch)
treeaa76756d3d71d4005631d1109588f41ece637378 /gulpfile.js
parentf2194e8482203988909da75e0442e66840c0bcab (diff)
downloadtangerine-wallet-browser-aaed44f1ec98e879ca08b1c73b2244a4f70438c4.tar
tangerine-wallet-browser-aaed44f1ec98e879ca08b1c73b2244a4f70438c4.tar.gz
tangerine-wallet-browser-aaed44f1ec98e879ca08b1c73b2244a4f70438c4.tar.bz2
tangerine-wallet-browser-aaed44f1ec98e879ca08b1c73b2244a4f70438c4.tar.lz
tangerine-wallet-browser-aaed44f1ec98e879ca08b1c73b2244a4f70438c4.tar.xz
tangerine-wallet-browser-aaed44f1ec98e879ca08b1c73b2244a4f70438c4.tar.zst
tangerine-wallet-browser-aaed44f1ec98e879ca08b1c73b2244a4f70438c4.zip
trezor v5 working on firefox
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 4 insertions, 0 deletions
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/',