broccoli-swig

0.0.8 • Public • Published

broccoli-swig

Swig filter for broccoli.

Usage

First, Install :

npm install --save-dev broccoli-swig

And then, Use :

module.exports = function (broccoli) {
    var tree = broccoli.makeTree('some_path');
    
    // This is where the magic happens
    var swigOptions = { context : { locals : { what : "World"} }, extendSwig : function(swig) {
        // Lovely place to extend swig.
    }};
	tree = require('broccoli-swig')(tree, swigOptions);
    
    return tree;
};

Readme

Keywords

Package Sidebar

Install

npm i broccoli-swig

Weekly Downloads

1

Version

0.0.8

License

ISC

Last publish

Collaborators

  • morishani