Skip to content

Instantly share code, notes, and snippets.

@newtriks
Created November 5, 2012 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newtriks/4018093 to your computer and use it in GitHub Desktop.
Save newtriks/4018093 to your computer and use it in GitHub Desktop.
Sublime Build File for JavaScript using (OS X) JSC
{
"cmd": ["/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc","$file"],
"selector": "source.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment