From 7fbb7b70e83e29b472bb7b49fc5c93bc1ebdf447 Mon Sep 17 00:00:00 2001 From: John Barnette Date: Thu, 13 Sep 2012 11:29:54 -0700 Subject: [PATCH] Stub script/bootstrap Consistency is awesome. This should probably check for Xcode proper at some point too. --- script/bootstrap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 script/bootstrap diff --git a/script/bootstrap b/script/bootstrap new file mode 100755 index 000000000..7282372f6 --- /dev/null +++ b/script/bootstrap @@ -0,0 +1,4 @@ +#!/bin/sh +# Make sure all dependencies are in place. + +npm install \ No newline at end of file