bmustiata / fast-live-reload

A live reload that works with all the possible browsers.
18 stars 5 forks source link

Use chokidar instead of sane to solve issue with watch in docker container #13

Closed lbergman closed 5 years ago

lbergman commented 5 years ago

We run development against a docker container where folders on host is symlinked into container. Unfortunately sane doesn't support symlinks: https://github.com/amasad/sane/issues/42 Chokidar however does

lbergman commented 5 years ago

Ooops...sorry for line end changes...fixing

bmustiata commented 5 years ago

Thank you for this fix.