rubyist / guard-rake

guard-rake runs a rake task when files change
MIT License
94 stars 32 forks source link

Init: Could not load 'guard/rake' or find class Guard::Rake #16

Closed jmuheim closed 12 years ago

jmuheim commented 12 years ago

After running guard init rake and restarting guard, I get this:

ERROR: Could not load 'guard/rake' or find class Guard::Rake
ERROR: cannot load such file -- guard/rake
ERROR: Invalid Guardfile, original error is:
jmuheim commented 12 years ago

Hm, it seems the problem was that I didn't stop Guard when installing the your guard-rake. Now it works after manual restart. :)