From 104970b01e6ec02ca794939b8f34434efe70335b Mon Sep 17 00:00:00 2001 From: SimoneTosato Date: Fri, 23 Sep 2016 15:00:03 +0000 Subject: [PATCH] reduced verbosity of gulp package --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 10a7cf1..0a35705 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -55,7 +55,7 @@ function syncPluginTo(dest, done) { .set('delete') .exclude(exclude) .output(function(data) { - process.stdout.write(data.toString('utf8')); + //process.stdout.write(data.toString('utf8')); }); rsync.execute(function(err) { if (err) {