haml-coffee-browserify
v0.0.4
Published
Browserify plugin to convert haml-coffee (.hamlc) templates to Javascript.
Downloads
797
Maintainers
Readme
Browserify plugin to convert haml-coffee (.hamlc) templates to Javascript.
Installation
This package is available on npm as:
npm install haml-coffee-browserify
Usage
$ browserify -t haml-coffee-browserify foo.hamlc > bundle.js
License
MIT
Acknowledgments
Based on the hamlify project by Paul Taylor.