rubyist / guard-rake

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

Run on modifications instead of changes. #33

Closed LFDM closed 9 years ago

LFDM commented 10 years ago

This is basically mimicking changes that have been made to several guard gems already, triggering on modifications instead of changes which leads to faulty behaviour when using vim. (guard/guard#495)

I am not sure if we need to change this in the backward compatibilty branch in rake.rb#L44 as well, I guess probably not.

PS: Oh the cleanup of trailing whitespace was done automatically by vim ;)

ingemar commented 9 years ago

bump! 👍