A koala extension that adds support for compiling jade files. It's basically just a modified version of @zaygraveyard's Dust Compiler for koala, so I can't take credit for much aside from getting it to work with Jade.
- run
npm install
. - create a zip file.
- add, to the zip, all files:
- node_modules
- jade.png
- JadeCompiler.js
- LICENSE
- package.js
- rename zip to
jade.koala-compiler
.
Drag-n-Drop jade.koala-compiler
on the Koala application window. If all goes well, you'll get a success message saying that the extension was installed.
- After spending time getting the pretty html output option working on the command line, I found that the command line option was busted, so now I get to figure that one out.
The pretty html output option is only working on the bundled version of jade at the moment. I plan to get it working on the command-line version soon.- Very willing to hear other ideas on what people would like to see incorporated into the extension.