0.1.0 • Published 11 years ago
helper-jade v0.1.0
{{jade}}
A Handlebars helper for converting Jade to HTML.
Quickstart
In the root of your project, run the following in the command line:
npm i helper-jade --save
Usage
{{jade "path/to/file.jade"}}
Options
task options
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
}
}
...
}
});
Author
License and Copyright
Licensed under the MIT License Copyright (c) Jon Schlinkert, contributors.
0.1.0
11 years ago