From e187604942e44d3add6a2cbfd55345e6b4dc94dd Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 21 Nov 2013 09:57:53 -0800 Subject: [PATCH] Run grunt from tasks folder --- script/constructicon/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/constructicon/build b/script/constructicon/build index 6bb049759..e9d9e3fd4 100755 --- a/script/constructicon/build +++ b/script/constructicon/build @@ -9,7 +9,7 @@ cd "$(dirname "$0")/../.." rm -fr node_modules rm -fr vendor/apm/node_modules ./script/bootstrap --no-color -./node_modules/.bin/grunt --no-color --build-dir="$BUILT_PRODUCTS_DIR" deploy +./tasks/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"