assemble-jade

0.1.7 • Public • Published

Assemble Jade NPM version

Assemble engine plugin for processing jade templates.

Getting Started

npm install assemble-jade --save-dev

Switch to jade engine in your Gruntfile

grunt.initConfig({
  assemble: {
    options: {
      engine: 'jade'
    }
  }
});

Using helpers will be straightforward as calling their names. As for partials, by using this module you'll have to use following jade syntax:

!= partial('sidebar')

Thanks

Readme

Keywords

none

Package Sidebar

Install

npm i assemble-jade

Weekly Downloads

1

Version

0.1.7

License

MIT

Last publish

Collaborators

  • welldan97