aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-29 10:59:24 +0800
committerkumavis <aaron@kumavis.me>2018-03-29 10:59:24 +0800
commit909cbca7a63d2f328121c55d5eb032f4c0778605 (patch)
treeebe99706b989a11a6c93f56832d1d7c9d8dc1f5d /gulpfile.js
parent91e8ea205e1902dbefecaf2d764e7bb40847e5b5 (diff)
downloadtangerine-wallet-browser-909cbca7a63d2f328121c55d5eb032f4c0778605.tar
tangerine-wallet-browser-909cbca7a63d2f328121c55d5eb032f4c0778605.tar.gz
tangerine-wallet-browser-909cbca7a63d2f328121c55d5eb032f4c0778605.tar.bz2
tangerine-wallet-browser-909cbca7a63d2f328121c55d5eb032f4c0778605.tar.lz
tangerine-wallet-browser-909cbca7a63d2f328121c55d5eb032f4c0778605.tar.xz
tangerine-wallet-browser-909cbca7a63d2f328121c55d5eb032f4c0778605.tar.zst
tangerine-wallet-browser-909cbca7a63d2f328121c55d5eb032f4c0778605.zip
build - remove copy debug
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index a094356ac..739da162e 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -350,7 +350,7 @@ function copyTask(opts){
return 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) {
stream = stream.pipe(gulp.dest(destination))
})