mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
build - remove copy debug
This commit is contained in:
parent
91e8ea205e
commit
909cbca7a6
@ -350,7 +350,7 @@ function copyTask(opts){
|
|||||||
return performCopy
|
return performCopy
|
||||||
|
|
||||||
function performCopy(){
|
function performCopy(){
|
||||||
let stream = gulp.src(source + pattern, { base: source }).pipe(debug({ title: source }))
|
let stream = gulp.src(source + pattern, { base: source })
|
||||||
destinations.forEach(function(destination) {
|
destinations.forEach(function(destination) {
|
||||||
stream = stream.pipe(gulp.dest(destination))
|
stream = stream.pipe(gulp.dest(destination))
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user