Get rid of ANSI escape sequences in Constructicon output

Passing --no-color to grunt should get rid of these.
This commit is contained in:
Adam Roben 2013-10-24 08:48:05 -04:00
parent ca26d53db1
commit f21e8e3aa4

View File

@ -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"