jvgreenaway / broccoli-jade

Compile Jade templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broccoli-jade Build Status

Compile Jade templates

Issues with the output should be reported on the Jade issue tracker.

Install

$ npm install --save broccoli-jade

Usage

var jade = require('broccoli-jade');
tree = jade(tree, options);

API

jade(tree, options)

options

See the Jade options.

In addition you can pass in options.data that will be used as locals for your HTML compilation.

License

MIT © Sindre Sorhus

About

Compile Jade templates

License:MIT License


Languages

Language:JavaScript 100.0%