Better startup & symlinking

This commit is contained in:
Egil Moeller 2012-02-26 13:31:47 +01:00
parent 1239ce7f28
commit 758666c3e1
3 changed files with 21 additions and 13 deletions

View file

@ -21,8 +21,7 @@ if [ "$(id -u)" -eq 0 ]; then
fi
#prepare the enviroment
#bin/installDeps.sh $* || exit 1
npm link ./src
bin/installDeps.sh $* || exit 1
#Move to the node folder and start
echo "start..."