From 92b8e2ea9e160f193e7bcf642ec2893c6bf03bfe Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sat, 4 Jun 2011 18:05:47 +0100 Subject: [PATCH] Removed npm link from run.sh --- bin/run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/run.sh b/bin/run.sh index b83f10570..af2d04914 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -38,10 +38,6 @@ fi echo "Clear minfified cache..." rm var/minified* 2> /dev/null -#Ensure all dependencies are installed -echo "Ensure dependencies are up to date..." -npm link - #Move to the node folder and start echo "start..." cd "node"