From 0faad041b4cdfdd692d0ec67162e01cd802caffa Mon Sep 17 00:00:00 2001 From: Eric Sciple Date: Thu, 12 May 2016 17:26:51 -0400 Subject: [PATCH] Revert gulp --no-color --- Tasks/Gulp/gulptask.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Tasks/Gulp/gulptask.ts b/Tasks/Gulp/gulptask.ts index 4f87a3f7d157..a08f9377e871 100644 --- a/Tasks/Gulp/gulptask.ts +++ b/Tasks/Gulp/gulptask.ts @@ -30,7 +30,6 @@ if(!tl.exist(gulp)) { } else { var gt = tl.createToolRunner(gulp); - gt.arg('--no-color'); } // optional - no targets will concat nothing