From f21e8e3aa4f962657768fa27b5b18be57e6098fa Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Thu, 24 Oct 2013 08:48:05 -0400 Subject: [PATCH] Get rid of ANSI escape sequences in Constructicon output Passing --no-color to grunt should get rid of these. --- script/constructicon/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/constructicon/build b/script/constructicon/build index e3d40044b..2d077a573 100755 --- a/script/constructicon/build +++ b/script/constructicon/build @@ -8,7 +8,7 @@ set -ex cd "$(dirname "$0")/../.." rm -fr node_modules ./script/bootstrap -./node_modules/.bin/grunt --build-dir="$BUILT_PRODUCTS_DIR" deploy +./node_modules/.bin/grunt --no-color --build-dir="$BUILT_PRODUCTS_DIR" deploy echo "TARGET_BUILD_DIR=$BUILT_PRODUCTS_DIR" echo "FULL_PRODUCT_NAME=Atom.app"