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
Hello S.H.
Here is the case:
I want to add all files from subdir ./HTML,
but I need to skip specific extentions and files:
./HTML/scss/.scss,
"./HTML/app.appcache"
"./HTML/js/min/.js.map"
i tried with the following config, but scss files are still in the generated cache manifest
Having the same issue, at least with files that reside in subdirectories. I want to include all .js files (/*.js) but exclude the service worker (sw.js, this works) and libs it uses (js-sw-contrib//*, this doesn't work).
I tried filename only, path with wildcard and specifying path + filename:
Hello S.H.
Here is the case:
I want to add all files from subdir ./HTML,
but I need to skip specific extentions and files:
./HTML/scss/.scss,
"./HTML/app.appcache"
"./HTML/js/min/.js.map"
i tried with the following config, but scss files are still in the generated cache manifest
Thanks for support
The text was updated successfully, but these errors were encountered: