rubyist / guard-rake

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

Added reenable for all tasks, changed execute to invoke. #6

Closed misaka closed 12 years ago

misaka commented 12 years ago

Changed Guard::Rake#run_rake_task to re-enable all tasks in Rake, and then run invoke instead of execute. This gets around a problem we had where dependencies weren't being followed after being run. Once dependencies have been re-enabled, it seems invoke is the right way to run the necessary tasks again.