aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))
})