Skip to content

scottbrady/haml-coffee-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published