Merge pull request #1029 from atom/aroben-patch-1

Get rid of ANSI escape sequences in Constructicon output
This commit is contained in:
Adam Roben 2013-10-24 09:21:57 -07:00
commit 0a3f64a3df

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"