express-livereload
express-livereload copied to clipboard
watch multiple directories
Is it possible to specify multiple directories for the watchDir config? If so can this be documented? I couldn't figure it out.
@endium I'm not actively using this anymore, but as long as I quickly review the node-livereload
, it doesn't seem to have that feature build in, it simply watches one directory.
Btw, why do you need to watch multiple dirs? Can you simply ignore the files you don't need via exclusions
option from node-livereload
?
It would be a lot simpler to specify an array or something, then list every folder that I don't want to watch. I guess I'll just live with the one main folder
:+1:
Multiple directories would be really nice!