Multiple files or folders?
curtisj44 opened this issue · 2 comments
curtisj44 commented
Is it possible to pass an array of files or folders to hound.watch? It seems to throw an error. Is there a recommended way to watch multiple src's?
beefsack commented
Hi @curtisj44, sorry about the delay answering this,
I think using an array to specify multiple sources, while still having one set of event handlers would be quite handy. I'll take this one as a feature request.
FrancoAguilera commented
I'm currently working on it.