Awesome
NOTE: SUPPORT MOVED TO: https://github.com/guard/guard-haml-coffee
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request