clinch.coffee
v1.9.1
Published
CoffeeScript processor for Clinch
Downloads
13
Maintainers
Readme
clinch.coffee
This is external addon for clinch - CommonJS to browser packer to support .coffee
files.
How to use
Clinch = require 'clinch'
clinch_coffee = require 'clinch.coffee'
# create packer object
packer = new Clinch runtime : on
# add plugin (chainable)
packer.addPlugin clinch_coffee
For more information see main module documentation.