When trying to initialize haml-coffee into my Guardfile, I get these messages in my terminal
Could not load 'guard/haml-coffee' or '~/.guard/templates/haml-coffee' or find class Guard::Hamlcoffee
ERROR - Error is: No such file or directory - /Users/tommybstitch/.guard/templates/haml-coffee
What do I do to get this plugin to work? Thanks!
That plugin is very, very old (2012).
You may try to use the last version of Guard that might support it:
gem 'guard', '~> 2.7.3'
(But there may be other issues with other gems - you may need to downgrade those as well)
I've created a branch with some updates (may work), but I'm not the owner of the gem, so I can't make a release:
https://github.com/guard/guard-haml-coffee/tree/major_project_update
You can check out that branch and install the gem locally with:
bundle exec rake install
Here's the issue if you want to track it: https://github.com/ouvrages/guard-haml-coffee/pull/5
(And given I even get a response from the author)
I'm not sure if any other plugin help (probably not), but check out: