groupdock / grunt-handlebars

Grunt task for precompiling Handlebars template.
30 stars 14 forks source link

grunt-handlebars

Grunt task for precompiling Handlebars template.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-handlebars

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-handlebars');

Usage

// Project configuration.
grunt.initConfig({
  handlebars: {
    all: {
      src: 'templates',
      dest: 'js/templates.js'
    }
  }
});

Note: src should point to the templates directory which contains the *.handlebars files.

Release History

License

Copyright (c) 2012 - Intellum Inc. Licensed under the MIT License http://intellum.com