Skip to content

Instantly share code, notes, and snippets.

@azappa
Created January 7, 2014 19:02
Show Gist options
  • Save azappa/8304764 to your computer and use it in GitHub Desktop.
Save azappa/8304764 to your computer and use it in GitHub Desktop.
Jade Build for Sublime Text 2/3 - put me in Packages/User (obviously previously install jade globally with npm install -g jade)
{
"path": "$HOME/bin:/usr/local/bin:$PATH",
"cmd": ["jade", "$file"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.jade"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment