hogan-loader

0.0.2 • Public • Published

Hogan loader for webpack

Compiles Mustache templates with Hogan and optionally html-minifier.

Install

$ npm i -S hogan-loader

Usage

module: {
    loaders: [ {
        test: /\.html$/,
        loader: 'hogan'
        // loader: 'hogan?minify'
        // loader: 'hogan?{ minify: { removeComments: false } }'
    } ]
}
var data = {minify: {removeComments: false}, data: {foo: 'bar'}};
var html = require('hogan!./template.html?' + JSON.stringify(data));

Documentation: Using loaders.

License

WTFPL

Package Sidebar

Install

npm i hogan-loader

Weekly Downloads

1

Version

0.0.2

License

WTFPL

Last publish

Collaborators

  • maurojunior