# guard-haml-coffee **Repository Path**: mirrors_guard/guard-haml-coffee ## Basic Information - **Project Name**: guard-haml-coffee - **Description**: Compiles HamlCoffee templates to javascript - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Guard::Haml::Coffee Guard gem to generate Javascript code from [Haml Coffee](https://github.com/netzpirat/haml-coffee) templates. Inspired by [haml_coffee_assets](https://github.com/netzpirat/haml_coffee_assets). ## Installation Add this line to your application's Gemfile: gem 'guard-haml-coffee' And then execute: $ bundle Or install it yourself as: $ gem install guard-haml-coffee ## Usage As a prerequisite, you must have [Guard](https://github.com/guard/guard) installed and initialized already. Add the haml-coffee instructions to the `Guardfile`: $ bundle exec guard init haml-coffee Restart guard if it's running and that's it. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request