npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

handlebars-helper-jade

0.1.1

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:8
$ npm install handlebars-helper-jade
DailyWeeklyMonthlyYearly

{{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 handlebars-helper-jade --save-dev

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

  • twitter/jonschlinkert
  • github/jonschlinkert

License and Copyright

Licensed under the MIT License Copyright (c) Jon Schlinkert, contributors.