mincer-haml-coffee
v0.0.2
Published
[Haml-Coffee](https://github.com/netzpirat/haml-coffee) transformation engine for [Mincer](https://github.com/nodeca/mincer).
Downloads
1,082
Maintainers
Readme
Mincer Haml-Coffee
Haml-Coffee transformation engine for Mincer.
Installation
Install from npm registry:
$ npm install mincer-haml-coffee
or add mincer-haml-coffee
to your package.json
:
"dependencies": {
"mincer-haml-coffee": "0.0.1"
}
Usage
var Mincer = require('mincer');
require('mincer-haml-coffee')(Mincer);
Now files with .hamlc
extension will be compiled to using haml-coffee
to JavaScript.