rubyist / guard-rake

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

Rake is getting passed args from guard command, causing rake to fail #24

Closed kenglishhi closed 11 years ago

kenglishhi commented 11 years ago

It seems that when I invoke guard with bundle exec guard -p or as I sometimes I do 'bundle exec guard -G Guardfile.kenglish, it passes the command line options from guard to rake. Here's a gist of the failure I get.

https://gist.github.com/4253468

Shouldn't guard-rake isolate rake somehow so that it doesn't get those command line args?

rubyist commented 11 years ago

Fixed with #30