0.0.5 • Published 9 years ago

haml-coffee-loader v0.0.5

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

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.