mod-handlebars

v0.1.0
Compile Handlebars templates to JavaScript templates file

mod-handlebars

Compile Handlebars templates to JavaScript templates file

Usage

module.exports = {
    plugins: {
        "handlebars": "mod-handlebars"
    },
    tasks: {
        "handlebars": {
            src: "test.hbs",
            dest: "test.js"
        }
    }
};
npm i mod-handlebars

Metadata

  • Unknown
  • >= 0.6.0
  • yuanyan
  • released 7/14/2013

Downloads

Maintainers