ThisIsMissEm / jade-tmbundle

[DEPRECATED] A textmate bundle for the Jade language
http://jade-lang.com
220 stars 81 forks source link

Added Command to display the HTML produced by Jade (cmd-b) #8

Closed jharlap closed 13 years ago

jharlap commented 13 years ago

Adding command (cmd-b) to compile a jade file and display the resultant HTML

jharlap commented 13 years ago

Forgot to mention - this command assumes that jade is installed globally (ie, npm install jade -g) so that it can be found on the PATH.