An open API service indexing awesome lists of open source software.

https://github.com/mojotech/haml-coffee-brunch

Brunch plugin to compile haml-coffee templates
https://github.com/mojotech/haml-coffee-brunch

Last synced: 3 months ago
JSON representation

Brunch plugin to compile haml-coffee templates

Awesome Lists containing this project

README

          

# haml-coffee-bunch

[Brunch](http://brunch.io/) plugin to convert haml coffeescript templates via the [haml-coffee](https://www.npmjs.com/package/haml-coffee) compiler.

All the `.hamlc` files in your project will be run through the haml-coffee
compiler, except those the plugin is configured to ignore. You can customize
the `pattern` option to use a different file pattern matcher.

## Installation

`npm install haml-coffee-brunch --save`

## Usage

## Configuration

## License

[ISC](https://opensource.org/licenses/ISC)