You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
As soon as you add another statement then the files do not match ALL regex criteria. Resulting ultimately in no files get added at all (so all files are ignored).
I just wanted to white list the app-box.html and app-drawer.html
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to white list files in
static.ignore
in thengsw-manifest.json
? So that it only considers certain files.I tried:
So basically doing a NOT-Regex-Statement. The problem here is that it works if you only have the first file:
As soon as you add another statement then the files do not match ALL regex criteria. Resulting ultimately in no files get added at all (so all files are ignored).
I just wanted to white list the
app-box.html
andapp-drawer.html
The text was updated successfully, but these errors were encountered: