coffeescript - haml-coffee guard plugin issue -


when trying initialize haml-coffee guardfile, these messages in 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 plugin work? thanks!

update: version 1.0.0 has been released , should work


that plugin very, old (2012).

workaround:

you may try use last version of guard might support it:

gem 'guard', '~> 2.7.3' 

(but there may other issues other gems - may need downgrade well)

fixing issue:

i've created branch updates (may work), i'm not owner of gem, can't make release:

https://github.com/guard/guard-haml-coffee/tree/major_project_update

you can check out branch , install gem locally with:

bundle exec rake install 

here's issue if want track it: https://github.com/ouvrages/guard-haml-coffee/pull/5

(and given response author)

other:

i'm not sure if other plugin (probably not), check out:

https://github.com/guard/guard/wiki/guard-plugins


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -