-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Parenthesis in root or any parent directory name breaks live reload. #188
Comments
Can anyone reproduce this to make sure its not just me. Simply rename the root folder of your project to something with parenthesis i.e. "myProject (test)". |
Can confirm, had the same problem. Spaces in path are fine. Parenthesis are not. |
I tried to simply escape options.contentBase in Server.js, no luck.
|
Just verified, it still happens. I also tested if running |
For future reference, this is probably getting fixed with paulmillr/chokidar#535. |
Parenthesis in root or any parent directory name breaks live reloading. No errors in either consoles.
The text was updated successfully, but these errors were encountered: