diff options
Diffstat (limited to '')
-rwxr-xr-x | bootstrap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 593e3d8..02d71df 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,3 +27,6 @@ cd ../../.. # fetch and compile npm curl http://npmjs.org/install.sh | PATH=`pwd`/usr/bin:${PATH} sh + +# load development code and compile dependencies +usr/bin/npm link src/nodejs/ |