0.1.7 • Published 9 years ago

assemble-jade v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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

0.1.7

9 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago