Michael Suldinger
Michael Suldinger
Hello best to use the Chrome console/dev tools in order to see if the script is loading. You'll also see that your website produces a few 404's... As far as...
perfect! You can only see this in dev mode but not when live - this is intentional! This means its working perfectly fine. Now when you open the website on...
looks like the gem doesn't work when you deploy your site. check your build/deploy procedures.
Sorry, I don't use gh-pages, so can't help...
Don't worry, the Workbox files are stored with the gem, so this can't be the issue. do you get any feedback from gh pages as described here: https://help.github.com/en/articles/troubleshooting-github-pages-builds
hmmm, in which case the gem should work. I would recommend to check gh pages help docs. There's a good chance that gh-pages only allows certain gems...
it works on gh-pages - see https://xiaoiver.github.io - which is obviously a GitHub domain...
Hi Julianoe, yes it does work just fine. Visit one of my sites once, then turn your phone into 'airplane mode' and the site is still available offline: https://iridiumbrowser.de If...
No problem - have a fantastic festival!! re ``sw-register.js`` I would NOT have it as inline script unless we add a nonce to satisfy Content-Security-Policies and avoid ``'unsafe-inline'``. Instead we...
Hey Jochen, thanks for reaching out! Please issue a pull request and I will review asap. Thanks!