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
The browser is caching pages and partial loaded. To be sure the browser will not work with old files when the user update the version of Housecream, we have to append the version in the resource name. Example :
/views/admin/admin.html?v=1.0.0
** what does it bring **
when a user change the housecream version, loaded pages do not come from old version cache
** how to **
find a way to handle that globally in the application without having to patch all controllers
Append version in query string for resources loaded by the browser : hmtl, js, css
The text was updated successfully, but these errors were encountered:
The browser is caching pages and partial loaded. To be sure the browser will not work with old files when the user update the version of Housecream, we have to append the version in the resource name. Example :
/views/admin/admin.html?v=1.0.0
** what does it bring **
** how to **
The text was updated successfully, but these errors were encountered: