Skip to content

Instantly share code, notes, and snippets.

@erikfloresq
Last active December 17, 2015 03:08
Show Gist options
  • Save erikfloresq/5540566 to your computer and use it in GitHub Desktop.
Save erikfloresq/5540566 to your computer and use it in GitHub Desktop.
jade.sublime-build for Ubuntu 12.04
{
"cmd": ["jade","-P", "$file"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.jade"
}
@erikfloresq
Copy link
Author

Cuando no le ponemos -P nos aparece comprimido y si le ponemos con -P nos muestra descomprimido

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