Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watcher not Working in Proxy Mode on Windows #109

Open
falco467 opened this issue Dec 11, 2019 · 1 comment
Open

Watcher not Working in Proxy Mode on Windows #109

falco467 opened this issue Dec 11, 2019 · 1 comment

Comments

@falco467
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants