Skip to content

tuxracer/grunt-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-renderer

Renders Handlebars files with given data.

Getting Started

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

Then add this line to your project's Gruntfile.coffee:

grunt.loadNpmTasks 'grunt-renderer'

Documentation

grunt.initConfig

  # ... other configs

  renderer:
    index:
      cwd: 'public/'
      src: ['index.hbs']
      dest: 'index.html'

      # Data to be passed to the template
      options:
        data:
          favicon: 'http://cdn/favicon.ico'

  # ... other configs

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

License

Copyright (c) 2013, Derek Petersen

Licensed under the MIT license.

About

Render files with handlebars and given data

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published