$ npm install handlebars-helper-jade
A Handlebars helper for converting Jade to HTML.
In the root of your project, run the following in the command line:
npm i handlebars-helper-jade --save-dev
Options can be set in your Gruntfile, in the jade object in the Assemble task or target options:
grunt.initConfig({
assemble: {
options: {
jade: {
pretty: true
}
}
...
}
});
Licensed under the MIT License Copyright (c) Jon Schlinkert, contributors.