diff options
author | slomo <steve.harrison@gmx.net> | 2011-01-19 00:25:10 +0100 |
---|---|---|
committer | slomo <steve.harrison@gmx.net> | 2011-01-19 00:25:10 +0100 |
commit | 7a79aa613513a53dce807c881c2bca38a7baec31 (patch) | |
tree | c303d783403316fe8935a209560f9f47c15f9ac2 | |
parent | a416b88fb555cab76693cbe35c7e14c2392cc4ca (diff) | |
download | osm-xapi-7a79aa613513a53dce807c881c2bca38a7baec31.tar.gz osm-xapi-7a79aa613513a53dce807c881c2bca38a7baec31.tar.xz osm-xapi-7a79aa613513a53dce807c881c2bca38a7baec31.zip |
added load for our package
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/ |