Skip to content

Instantly share code, notes, and snippets.

@heyjordn
Created February 22, 2015 03:17
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 heyjordn/fd2e0960dfa9470601ed to your computer and use it in GitHub Desktop.
Save heyjordn/fd2e0960dfa9470601ed to your computer and use it in GitHub Desktop.
Sublime text 3 build system for Node-Webkit
{
"cmd": ["nw", "${project_path:${folder}}"],
"working_dir": "${project_path:${folder}}",
"path": "<pathToNodeWebkit>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment