Skip to content

Instantly share code, notes, and snippets.

@jasonmorganson
Created July 18, 2011 13:48
Show Gist options
  • Save jasonmorganson/1089561 to your computer and use it in GitHub Desktop.
Save jasonmorganson/1089561 to your computer and use it in GitHub Desktop.
Node build "system" for Sublime Text 2
{
"cmd": ["killall node >> /dev/null; node ${file}"],
"selector": "source.javascript",
"path": "/usr/bin",
"shell": true
}
@jasonmorganson
Copy link
Author

Kill the previous running instance of node, keeps from getting an "address already bound" error when trying to start node again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment