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
In the config.yml there is a service_worker : true line and a sw.js file in the root directory.This has to do something with PWA i guess So I want to know how to add a manifest.json file an convert it to a pwa.I also want to know how to enable offline functionality.Thanks.
The text was updated successfully, but these errors were encountered:
Right now there's a service worker, but it's actually not configured properly. Need to consider following constrains:
When deploying to gh pages the roo pathname in url might be different (for personal/organization page: "/" and for project pages "/project-name".
Site might be build with bundler or gulp and service worker would have to work for both of those scenarios (when installed from ruby gems & when running the site with bundler or gulp).
In the config.yml there is a service_worker : true line and a sw.js file in the root directory.This has to do something with PWA i guess So I want to know how to add a manifest.json file an convert it to a pwa.I also want to know how to enable offline functionality.Thanks.
The text was updated successfully, but these errors were encountered: