diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-08-05 14:43:02 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-08-05 14:43:02 +0800 |
commit | aaed44f1ec98e879ca08b1c73b2244a4f70438c4 (patch) | |
tree | aa76756d3d71d4005631d1109588f41ece637378 /gulpfile.js | |
parent | f2194e8482203988909da75e0442e66840c0bcab (diff) | |
download | tangerine-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.js | 4 |
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/', |