-
Notifications
You must be signed in to change notification settings - Fork 481
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
Bug: Template Stops Rendering New Updates #74
Comments
I am also having a similar issue. I am just updating my .md file. When I refresh my web browser (Chrome) I see 'Socket connected' in the terminal, but the web page never actually updates until I restart the aglio process. |
Happening to me as well |
Confirmed that this is indeed an issue. I've tracked it down to one of my dependencies: chokidar. Apparently between |
Fix released in version 0.17.1. |
thanks |
This seems to be an issue still on 0.18.0 |
+1 |
This is upstream bug. Using JetBrains WebStorm and i have the issue while in mcedit everything works properly. upstream bug: paulmillr/chokidar#237 |
For now workaround is to pass |
Still an issue.
Anyone else? Fix, workaround? |
I'm re-opening this issue and will investigate the suggested workarounds. |
I was editing the _bootstrap-layout.jade to add styles for a form to send ajax/socket test calls to the server. It seems that no matter how many changes I do now, it remains the same. So there is a bug somewhere with a file refusing to update/rewrite.
The text was updated successfully, but these errors were encountered: