From 0b620026c27bf07080c830f325fe14ffa12130e9 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 26 Jul 2016 17:13:52 -0700 Subject: [PATCH] Fix copy task --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) 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(){