compile jade templates with jaded
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');
jaded:
app:
src: [ "#{app.paths.client}/templates/*.jade" ]
dest: "#{app.paths.public}/templates"
options:
amd: true
development: false
rivets: false
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.
(Nothing yet)
Copyright (c) 2012 amurray
Licensed under the MIT license.