Spomky-Labs / pwa-bundle

PHP library for generating a full featured PWA manifest
https://pwa.spomky-labs.com
MIT License
29 stars 1 forks source link

Changes in pwa.yaml needs Symfony cache clear to works well #99

Closed davidromani closed 2 months ago

davidromani commented 2 months ago

Description

Changes into pwa.yaml config requires a Symfony's cache clear to works well.

I've tried to require this bundle into a brand new Symfony demo project and after I've installed, following this page rendering instructions, the <link rel="manifest" href="/site.webmanifest"> HTML node doesn't appears until I've removed the Symfony's cache.

Maybe will be helpfull for others warns about to clears the cache, as a reminder, to save time looking for the missing manifest <link rel="manifest" href="/site.webmanifest"> rendering...

I can provide a PR into doc repository with a warning if you wants.

Spomky commented 2 months ago

I updated the documentation pages. This may be caused by the enabled configuration option that turns to true and has an impact on the Twig pages.

davidromani commented 2 months ago

Great! Many thanks!!

github-actions[bot] commented 1 month ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.