grunt-jaded

0.1.5 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i grunt-jaded

Weekly Downloads

0

Version

0.1.5

License

none

Last publish

Collaborators

  • fractal
  • yocontra