helper-jade

0.1.0 • Public • Published

{{jade}} NPM version

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.

Package Sidebar

Install

npm i helper-jade

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • doowb
  • jonschlinkert