mdlawson / piping

Keep your code piping hot! Live code reloading without additional binaries
MIT License
219 stars 13 forks source link

possible to detect which file changed? #17

Open sirrodgepodge opened 8 years ago

sirrodgepodge commented 8 years ago

Hey there,

Is it possible to detect which files changed?

It looks like you're doing it under the hood in "launcher.coffee" if they have hooks set to true (not 100% sure... this is a bit beyond me), would it be possible to expose that?

Best, Rodge

mdlawson commented 8 years ago

Hi, I've just released a candidate for a version 1 of piping, which emits lifecycle events for just about everything. Could you check it out and see if it covers your use case?