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 Jan 23, 2021. It is now read-only.
The Gulp script is working correctly for me, except for a main.css file.
The project is generated with IONIC 3
sw-precache --root=www --static-file-globs='www/build/main.css' Skipping static resource "www/build/main.css" (2.3 MB) - max size is 2.1 MB
Total precache size is about 0 B for 0 resources.
www/service-worker.js has been generated with the service worker contents.
Thanks
The text was updated successfully, but these errors were encountered:
I'm not sure if I properly understand @irpena, sw-precache is skipping your main.css file because it's too big and that's your problem? If I'm right, then you can change max size for files by maximumFileSizeToCacheInBytes param (in console probably it's maximum-file-size-to-cache-in-bytes).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
The Gulp script is working correctly for me, except for a main.css file.
The project is generated with IONIC 3
sw-precache --root=www --static-file-globs='www/build/main.css'
Skipping static resource "www/build/main.css" (2.3 MB) - max size is 2.1 MB
Total precache size is about 0 B for 0 resources.
www/service-worker.js has been generated with the service worker contents.
Thanks
The text was updated successfully, but these errors were encountered: