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
I'm looking at adding a manifest.json file to a phoenix application to create a PWA. However the mix phx.digest creates alaready a cahce_manifest.json file in the priv directory.
At the moment it is not clear (or I forgot) what is the difference between the assets folder and the priv folder. I also need to remember how Phoenix render static assets and how the lifecycle of a request/response works with Phoenix.
Add documentation in Readme how Phoenix manage assets
I'm looking at adding a manifest.json file to a phoenix application to create a PWA. However the
mix phx.digest
creates alaready a cahce_manifest.json file in thepriv
directory.At the moment it is not clear (or I forgot) what is the difference between the
assets
folder and thepriv
folder. I also need to remember how Phoenix render static assets and how the lifecycle of a request/response works with Phoenix.ref:
The text was updated successfully, but these errors were encountered: