Guard::Haml::Coffee

Guard gem to generate Javascript code from Haml Coffee templates. Inspired by 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 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