clinch.jade
v1.9.0
Published
Jade template processor for Clinch
Downloads
3
Readme
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.