Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 543 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 543 Bytes

NPM version

haml-coffee-loader

Automatically compile and cache haml-coffee (.hamlc) files.

Installation

This package is available on npm as:

npm install haml-coffee-loader

Usage

Example:

require('haml-coffee-loader').register();
var template = require('./template.hamlc');
var html = template({ foo : 42 });

License

(Apache 2)

Copyright (c) 2014-2015 Scott Brady.