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
I just tried out the master build and noticed that the service worker caching for MDL is no longer working.
Requests are made for https://fonts.googleapis.com/icon?family=Material+Icons, https://code.getmdl.io/1.2.1/material.indigo-pink.min.css, https://code.getmdl.io/1.2.1/material.min.js which aren't covered by the scripts/sw/runtime-caching.js rule.
scripts/sw/runtime-caching.js
The text was updated successfully, but these errors were encountered:
This regex seems to work:
/\.(?:googleapis|getmdl)\.(?:com|io)/
Sorry, something went wrong.
I'm having the same issue. I've tried your regex @gauntface but still doesn't cache it.
No branches or pull requests
I just tried out the master build and noticed that the service worker caching for MDL is no longer working.
Requests are made for https://fonts.googleapis.com/icon?family=Material+Icons, https://code.getmdl.io/1.2.1/material.indigo-pink.min.css, https://code.getmdl.io/1.2.1/material.min.js which aren't covered by the
scripts/sw/runtime-caching.js
rule.The text was updated successfully, but these errors were encountered: