1.9.0 • Published 9 years ago

clinch.jade v1.9.0

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

Dependency Status Build Status

clinch.jade

This is external addon for clinch - CommonJS to browser packer to support .jade template files.

How to use

Clinch = require 'clinch'
clinch_jade = require 'clinch.jade'

# create packer object
packer = new Clinch runtime : on
# add plugin (chainable)
packer.addPlugin clinch_jade
# or with some settings
packer.addPlugin clinch_jade pretty : off

For more information see main module documentation.

1.9.0

9 years ago