express-livereload icon indicating copy to clipboard operation
express-livereload copied to clipboard

watch multiple directories

Open mysticflute opened this issue 11 years ago • 3 comments

Is it possible to specify multiple directories for the watchDir config? If so can this be documented? I couldn't figure it out.

mysticflute avatar Mar 14 '13 22:03 mysticflute

@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?

mnmly avatar Mar 14 '13 22:03 mnmly

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

mysticflute avatar Mar 14 '13 22:03 mysticflute

:+1:

Multiple directories would be really nice!

rendro avatar Jan 10 '14 09:01 rendro