Jade is a template engine for Node.js, inspired by HAML.
html2jade can be useful for developers migrating their Web pages or Web apps to Node.js, where Jade is the main prevalent templating engine.
Besides the Web interface and the Node CLI, html2jade is available as a regular JavaScript library for classic programmatic usage inside JS code.
More in-depth usage instructions are included with html2jade's README file.
What is new in this release:
- Route option process through common function `applyOptions`.
What is new in version 0.8.3:
- Route option process through common function `applyOptions`.
What is new in version 0.4.4:
- Pass encoding to readFileSync as a string to maintain backwards compatibility.
What is new in version 0.2.1:
- One-liner comment support.
- Special conditional HTML element support.
Requirements:
- Node.js 0.4 or higher
Comments not found