From 4c1d892f634c22e16960e909a48e08b721bffca9 Mon Sep 17 00:00:00 2001 From: slomo Date: Fri, 21 Jan 2011 18:44:35 +0100 Subject: new bootstrap foo --- bootstrap.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 802b7f1..fd458b7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,6 +6,10 @@ PREFIX=`pwd`/usr/ NODE_VERSION=0.3.5 +# use full for development +DEV_TOOLS="node-dev jslint" + + # end config ########################### @@ -45,3 +49,7 @@ fi # load development code and compile dependencies npm link src/nodejs/ + +for TOOL in $DEV_TOOLS; do + npm install $TOOL +done; -- cgit v1.2.3