Skip to content

parkotron/grunt-dust

 
 

Repository files navigation

grunt-dust build status

Grunt.js plugin to compile dustjs templates.

Getting Started

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

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

grunt.loadNpmTasks('grunt-dust');

Documentation

(Coming soon)

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.

Release History

  • v0.2.0
    • Support of new Grunt.js API.
    • Refactored API according to Grunt.js updates.
  • v0.1.1
    • Fixed issue with empty array of dependencies and added ability to set package name for AMD.
  • v0.1.0
    • First release.

License

Copyright (c) 2012 Vladimir Tsvang
Licensed under the MIT license.

About

Grunt.js plugin to compile dustjs templates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.7%
  • CoffeeScript 6.3%