ranmocy / guard-rails

Guard-Rails is watching on your development servers as you wish!
http://ranmocy.github.com/guard-rails
MIT License
137 stars 25 forks source link

Manual restart option #30

Closed dankohn closed 10 years ago

dankohn commented 10 years ago

https://github.com/remy/nodemon has a nice feature where you can manually restart it by typing rs - enter. Would it be possible to add the same for Guard, which would be particularly useful when unwatched files are changed?

ranmocy commented 10 years ago

Did you try typing "r" and enter into Guard?

dankohn commented 10 years ago

Thanks so much. I think I missed it because I was looking for restart instead of reload.