Skip to content

Instantly share code, notes, and snippets.

@anareyna
Created September 23, 2013 14:22
Show Gist options
  • Save anareyna/6671148 to your computer and use it in GitHub Desktop.
Save anareyna/6671148 to your computer and use it in GitHub Desktop.
jade build
{
"selector": "source.jade",
"cmd": ["jade", "-P", "<$file>", "../${file_base_name}.phtml"],
//"cmd": ["jade", "-P", "<$file>", "${file_path}/${file_base_name}.phtml"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"windows":
{
"shell":["cmd"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment