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

MDL Runtime Caching Currently broken #925

Open
gauntface opened this issue Feb 28, 2017 · 2 comments
Open

MDL Runtime Caching Currently broken #925

gauntface opened this issue Feb 28, 2017 · 2 comments

Comments

@gauntface
Copy link

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.

@gauntface
Copy link
Author

This regex seems to work:

/\.(?:googleapis|getmdl)\.(?:com|io)/

@zomars
Copy link

zomars commented Mar 23, 2017

I'm having the same issue. I've tried your regex @gauntface but still doesn't cache it.

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

No branches or pull requests

2 participants