I'm programming with nodeJS. After I edit my code, I have to:
Save the code in TextMate: cmd+s
Shut down the server in bash: cmd+c
Restart the server in bash:
node myCode.jsRefresh Google Chrome: cmd+r
Doing these steps over and over is quite repetitive. Is there a way to program my computer (mac OS X) to do all these steps in one go?
– Randomblue Aug 06 '11 at 22:32npm WARN prefer global node-dev@0.1.8 should be installed with -gnpm install node-dev -g. This installs the package into the global node prefix, so that it is available anywhere on the system. – Jon Gauthier Aug 06 '11 at 22:33