0.0.2 • Published 4 years ago

mincer-haml-coffee v0.0.2

Weekly downloads
11,585
License
MIT
Repository
github
Last release
4 years ago

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.