UNPKG

haml-coffee

Version:

Haml templates where you can write inline CoffeeScript.

8 lines (5 loc) 164 B
CoffeeScript = require('coffee-script'); if (typeof(CoffeeScript.register) == 'function') { CoffeeScript.register(); } module.exports = require('./src/hamlc');