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

Bug: Template Stops Rendering New Updates #74

Closed
JemiloII opened this issue Dec 11, 2014 · 11 comments
Closed

Bug: Template Stops Rendering New Updates #74

JemiloII opened this issue Dec 11, 2014 · 11 comments
Assignees

Comments

@JemiloII
Copy link

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.

@JemiloII JemiloII changed the title Bug: Template Stops Rendering New Updates Bug: Template Stops Rendering New Updates [bug] Dec 11, 2014
@JemiloII JemiloII changed the title Bug: Template Stops Rendering New Updates [bug] Bug: Template Stops Rendering New Updates Dec 11, 2014
@AlexSneedMiller
Copy link

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.

@dubcanada
Copy link

Happening to me as well

@danielgtaylor danielgtaylor self-assigned this Dec 17, 2014
@danielgtaylor
Copy link
Owner

Confirmed that this is indeed an issue. I've tracked it down to one of my dependencies: chokidar. Apparently between chokidar versions 0.10.1 and 0.10.2 things broke when using its persistent: false option. We don't actually need to set that option since the application runs forever to serve requests when watching, so by letting it use the default value it now works for me.

@danielgtaylor
Copy link
Owner

Fix released in version 0.17.1.

@JemiloII
Copy link
Author

thanks

@mjgp2
Copy link

mjgp2 commented Apr 1, 2015

This seems to be an issue still on 0.18.0

@janmisek
Copy link

+1

@janmisek
Copy link

This is upstream bug. Using JetBrains WebStorm and i have the issue while in mcedit everything works properly. upstream bug: paulmillr/chokidar#237

@janmisek
Copy link

For now workaround is to pass {usePolling: true} to chokidar.

@bikezilla
Copy link

Still an issue.

λ ~/ aglio -v
aglio 2.1.1
olio 1.2.1
λ ~/ 

Anyone else? Fix, workaround?

@danielgtaylor
Copy link
Owner

I'm re-opening this issue and will investigate the suggested workarounds.

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

No branches or pull requests

7 participants