clinch.eco
v1.1.0
Published
Eco template processor for Clinch
Downloads
12
Readme
clinch.eco
This is external addon for clinch - CommonJS to browser packer to support .eco
template files.
How to use
Clinch = require 'clinch'
clinch_eco = require 'clinch.eco'
# create packer object
packer = new Clinch runtime : on
# add plugin (chainable)
packer.addPlugin clinch_eco
For more information see main module documentation.