Skip to content

Instantly share code, notes, and snippets.

@tcrosen
Created March 21, 2012 01:58
Show Gist options
  • Save tcrosen/2143630 to your computer and use it in GitHub Desktop.
Save tcrosen/2143630 to your computer and use it in GitHub Desktop.
Sublime Text 2 Node.js Build System
{
"cmd": ["node", "$file_name"],
"selector": "source.js",
"working_dir" : "$file_path"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment