Skip to content

Instantly share code, notes, and snippets.

@tinker1987
Forked from corbanb/JavaScript.sublime-build
Created November 22, 2017 16:08
Show Gist options
  • Save tinker1987/46444b8010e10a0fc5ff2b6e794d1b57 to your computer and use it in GitHub Desktop.
Save tinker1987/46444b8010e10a0fc5ff2b6e794d1b57 to your computer and use it in GitHub Desktop.
Sublime Text - Tools > Build System > New Build System
// Sublime Text 2 Build System using Node.js
{
"cmd": ["node", "$file"],
"selector": "source.js"
}
@tinker1987
Copy link
Author

// Sublime Text - Build System for Javascript
{
    "cmd": ["node", "$file"],
    "selector": "source.js",
    "path": "$PATH:/usr/local/bin/"
}

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