cortesi / devd

A local webserver for developers
MIT License
3.43k stars 145 forks source link

Watcher not Working in Proxy Mode on Windows #109

Open falco467 opened 4 years ago

falco467 commented 4 years ago

Command: devd -w . :8080 (or similar) does proxy the Webservice, but does not recognize changes in the directory. Running devd -l . in the same directory works with LiveReload of changes.

Running with -w. --debug shows no change detected when changing files, while -l directly detects changes.

devd version 0.9

64bitint commented 11 months ago

A work around that I have found is to run devd -w ** :8080 had to use devd -w '**' :8080 with modd