jc00ke / guard-puma

Restart puma when files change
MIT License
50 stars 19 forks source link

When using config file, exiting guard doesn't kill puma #18

Closed dsandstrom closed 8 years ago

dsandstrom commented 8 years ago

I tried to use a custom puma config file instead of using Guardfile options. However, I noticed stopping/exiting guard doesn't kill puma. I have to find and kill the pid. Is there something I need to add to the config file to make them compatible?

jc00ke commented 8 years ago

Hmm, can you set up a reproduction and I'll try to poke around at it.

jc00ke commented 8 years ago

@dsandstrom mind giving that branch a try?

dsandstrom commented 8 years ago

That's working. Thanks for fixing it.

jc00ke commented 8 years ago

Cool, I'll cut a new release.