Currently, Guard::Setuper
reloads just the Guardfile when it changes.
I'm loading some additional code into my guard file (via require
), and I'd like to also reload when some of those required files change.
I guess I'm really just looking for a plugin, but that seems like I'd be trying resurrect guard-ego. Is there a better way of accomplishing this?