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

Fix index.html caching #8

Open
aeldar opened this issue Aug 12, 2018 · 0 comments
Open

Fix index.html caching #8

aeldar opened this issue Aug 12, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@aeldar
Copy link

aeldar commented Aug 12, 2018

There is a non-desirable behavior, in case of updated environment variables the outdated version of index.html is served, as it uses cached version with the help of service worker.
Currently to get an up-to-date version of index.html forced reloading with CTRL+F5 should be used.
Should be fixed to serve actual version of index.html without forced reloading.

@aeldar aeldar added the bug Something isn't working label Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant