aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-27 08:13:52 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-27 08:13:52 +0800
commit0b620026c27bf07080c830f325fe14ffa12130e9 (patch)
treecffa04a74955c441e0481e0b172474db587bc65d /gulpfile.js
parent7fe3170c6f5661f588dfbd8bbc074318522091a6 (diff)
downloadtangerine-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.js1
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(){