steel / mincer-haml-coffee

Haml Coffee support for Mincer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Haml Coffee support for Mincer


Languages

Language:JavaScript 100.0%