diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-07-27 08:13:52 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-07-27 08:13:52 +0800 |
commit | 0b620026c27bf07080c830f325fe14ffa12130e9 (patch) | |
tree | cffa04a74955c441e0481e0b172474db587bc65d /gulpfile.js | |
parent | 7fe3170c6f5661f588dfbd8bbc074318522091a6 (diff) | |
download | tangerine-wallet-browser-0b620026c27bf07080c830f325fe14ffa12130e9.tar tangerine-wallet-browser-0b620026c27bf07080c830f325fe14ffa12130e9.tar.gz tangerine-wallet-browser-0b620026c27bf07080c830f325fe14ffa12130e9.tar.bz2 tangerine-wallet-browser-0b620026c27bf07080c830f325fe14ffa12130e9.tar.lz tangerine-wallet-browser-0b620026c27bf07080c830f325fe14ffa12130e9.tar.xz tangerine-wallet-browser-0b620026c27bf07080c830f325fe14ffa12130e9.tar.zst tangerine-wallet-browser-0b620026c27bf07080c830f325fe14ffa12130e9.zip |
Fix copy task
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 976671055..42554ca1a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -63,7 +63,6 @@ gulp.task('copy:chrome', gulp.series( copyTask({ source: './dist/firefox', destination: './dist/chrome', - pattern: '**/*' }), 'manifest:cleanup')) gulp.task('copy', gulp.series(gulp.parallel('copy:locales','copy:images','copy:fonts','copy:reload','copy:root'), 'copy:chrome')) gulp.task('copy:watch', function(){ |