Skip to content

Instantly share code, notes, and snippets.

@husa
Created September 9, 2013 14:18
Show Gist options
  • Save husa/6496216 to your computer and use it in GitHub Desktop.
Save husa/6496216 to your computer and use it in GitHub Desktop.
Node-webkit build for Sublime Text Tools > Build > New Build System
// first don't forget to add node-webkit directory to PATH
{
"cmd": ["nw", "$file_path"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "text.html"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment