Skip to content

Commit

Permalink
Revert gulp --no-color
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed May 12, 2016
1 parent d5ff5a5 commit 0faad04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tasks/Gulp/gulptask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ if(!tl.exist(gulp)) {
}
else {
var gt = tl.createToolRunner(gulp);
gt.arg('--no-color');
}

// optional - no targets will concat nothing
Expand Down

0 comments on commit 0faad04

Please sign in to comment.