Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

take control of the client side cache #32

Open
n0rad opened this issue Feb 7, 2013 · 1 comment
Open

take control of the client side cache #32

n0rad opened this issue Feb 7, 2013 · 1 comment

Comments

@n0rad
Copy link
Owner

n0rad commented Feb 7, 2013

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
@n0rad
Copy link
Owner Author

n0rad commented Feb 8, 2013

done on index generation, still missing in views loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant