Created
July 18, 2011 13:48
-
-
Save jasonmorganson/1089561 to your computer and use it in GitHub Desktop.
Node build "system" for Sublime Text 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["killall node >> /dev/null; node ${file}"], | |
"selector": "source.javascript", | |
"path": "/usr/bin", | |
"shell": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kill the previous running instance of node, keeps from getting an "address already bound" error when trying to start node again