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
- Host: GitHub
- URL: https://github.com/mojotech/haml-coffee-brunch
- Owner: mojotech
- License: isc
- Created: 2016-08-26T18:56:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T19:10:17.000Z (almost 10 years ago)
- Last Synced: 2025-08-17T21:28:51.434Z (12 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)