0.1.7 • Published 10 years ago

assemble-jade v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago