Skip to content

Commit

Permalink
reduced verbosity of gulp package
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneTosato committed Sep 23, 2016
1 parent c4952ad commit 104970b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 104970b

Please sign in to comment.