grunt-jaded
v0.1.5
Published
compile jade templates with jaded
Downloads
2
Readme
grunt-jaded
compile jade templates with jaded
Getting Started
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-jaded
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-jaded');
Documentation
jaded:
app:
src: [ "#{app.paths.client}/templates/*.jade" ]
dest: "#{app.paths.public}/templates"
options:
amd: true
development: false
rivets: false
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
(Nothing yet)
License
Copyright (c) 2012 amurray
Licensed under the MIT license.