Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

haml-coffee-browserify

scottbrady39MIT0.0.4

Browserify plugin to convert haml-coffee (.hamlc) templates to Javascript.

haml, coffee, haml-coffee, coffeescript, browserify

readme

Browserify plugin to convert haml-coffee (.hamlc) templates to Javascript.

Installation

This package is available on npm as:

npm install haml-coffee-browserify

Usage

$ browserify -t haml-coffee-browserify foo.hamlc > bundle.js

License

MIT

Acknowledgments

Based on the hamlify project by Paul Taylor.

changelog

Haml Coffee Browserify Changelog

Version 0.0.4, November 5th, 2014

  • Updated Coffee Script dependency to 1.8.

Version 0.0.3, April 29th, 2014

  • Make sure .coffee files are registered to be transpiled.

Version 0.0.2, April 28th, 2014

  • Added a dependency on the through 2.3 module.

Version 0.0.1, April 28th, 2014

  • Initial release with support for Coffee Script 1.7.