We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since current implementation caches both script.js and style.css using service workers, any changes are not being reflected to returning users.
script.js
style.css
Maybe useful: https://jakearchibald.com/2014/offline-cookbook/#network-falling-back-to-cache.
The text was updated successfully, but these errors were encountered:
Don't cache script.js and style.css for now
486b1dc
- temporary workaround for #5
d7c0de5
No branches or pull requests
Since current implementation caches both
script.js
andstyle.css
using service workers, any changes are not being reflected to returning users.Maybe useful: https://jakearchibald.com/2014/offline-cookbook/#network-falling-back-to-cache.
The text was updated successfully, but these errors were encountered: