0.0.4 • Published 9 years ago

haml-coffee-browserify v0.0.4

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

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.