Skip to content

Instantly share code, notes, and snippets.

@victorstanciu
Created December 13, 2012 10:15
Show Gist options
  • Save victorstanciu/4275478 to your computer and use it in GitHub Desktop.
Save victorstanciu/4275478 to your computer and use it in GitHub Desktop.
Sublime Text 2 JS build system
{
"cmd": ["node", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment