From 94227889f1df51179aa7f8b40be0e5fa84030fbc Mon Sep 17 00:00:00 2001 From: probablycorey Date: Fri, 21 Jun 2013 09:45:09 -0700 Subject: [PATCH] script/build calls script/bootstrap --- script/build | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build b/script/build index e8effc09f..4ca3456ca 100755 --- a/script/build +++ b/script/build @@ -4,4 +4,5 @@ set -e cd "$(dirname "$0")/.." +./script/bootstrap ./node_modules/.bin/grunt "$@"