Automatically compile and cache haml-coffee (.hamlc) files.
This package is available on npm as:
npm install haml-coffee-loader
Example:
require('haml-coffee-loader').register();
var template = require('./template.hamlc');
var html = template({ foo : 42 });
(Apache 2)
Copyright (c) 2014-2015 Scott Brady.