mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Fix chrome build
This commit is contained in:
parent
ec5b1b6159
commit
de5a2bf9bc
@ -57,13 +57,13 @@ gulp.task('manifest:cleanup', function() {
|
||||
delete json.applications
|
||||
return json
|
||||
}))
|
||||
.pipe(gulp.dest('./dist/chrome', { overwrite: false }))
|
||||
.pipe(gulp.dest('./dist/chrome', { overwrite: true }))
|
||||
})
|
||||
gulp.task('copy:chrome', gulp.series(
|
||||
copyTask({
|
||||
source: './dist/firefox',
|
||||
destination: './dist/chrome',
|
||||
pattern: '**/[^manifest]*'
|
||||
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(){
|
||||
|
Loading…
Reference in New Issue
Block a user