0.0.6 • Published 12 years ago

grunt-handlebars v0.0.6

Weekly downloads
16
License
-
Repository
github
Last release
12 years ago

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

  • May 30, 2012 - 0.0.2 Minor fixes
  • May 29, 2012 - 0.0.1 First release

License

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

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago