0.2.1 • Published 8 years ago

broccoli-pug-plugin v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

broccoli-pug-plugin

Latest Stable Version License Build Status

Test Coverage

A Broccoli plugin which compiles pug code to html.

How to install?

$ npm install --save-dev broccoli-pug-plugin 

How to use?

In your Brocfile.js:

var Pug = require('broccoli-pug-plugin');
var nodes = new Pug(inputNodes, options, locals);

Locals are the compile-time variables used in pug code.

You can find options at the pug site.