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

Prevent infinite reloading loop. #48

Open
cbilotta opened this issue Apr 14, 2017 · 3 comments
Open

Prevent infinite reloading loop. #48

cbilotta opened this issue Apr 14, 2017 · 3 comments
Milestone

Comments

@cbilotta
Copy link
Member

When a file in the public folder changes, the client will infinitely refresh.

This was handled in previous versions, but for some reason it broke.

@cbilotta cbilotta added the bug label Apr 14, 2017
@cbilotta cbilotta added this to the 3.0.0 milestone Apr 14, 2017
@PEM-- PEM-- added enhancement and removed bug labels Jun 1, 2017
@mcissel
Copy link

mcissel commented Jun 9, 2017

In development, every time I change the main.js file the caching seems to fail, and the client infinitely refreshes. Is there a way to disable caching during development?

@PEM--
Copy link
Member

PEM-- commented Jun 9, 2017

We normally send a HTTP 200 OK when browser don't get the HTTP 304. If you happen to reproduce this, some help on this issue would be appreciate.

@cbilotta
Copy link
Member Author

It what probably fixed in 1.5.2, or will be in 1.6. Don't remember where I read this, but this is probably a gone problem.

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

3 participants