The situation:
Application deployed and in use.
JavaScript / jQuery (in .js file) updates made.
Application redeployed
User does not see JavaScript changes unless they clear their cache.
This is presenting non-trivial issues.
Is there a way to have the cache cleared:
- Automatically and
- Just on the first load (cache as normal after that) when a new deployment is rolled out?