Skip to content

Instantly share code, notes, and snippets.

@zymr-keshav
Created November 2, 2017 19:02
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 zymr-keshav/57f5e96260b6ffeab39ad4b71c58717b to your computer and use it in GitHub Desktop.
Save zymr-keshav/57f5e96260b6ffeab39ad4b71c58717b to your computer and use it in GitHub Desktop.
{ sublime build for js file to run within editor. save and run with command + B
{
"cmd": ["node", "$file"],
"selector": "source.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment