We have a web portal built using BackboneJS and currently are deploying the same on our own Amazon Instance. We use Java Apache Tomcat for the server side part of it.
The issue is that whenever we make any code changes in any of the views and/or controllers or any of the other supporting files. The newly implemented changes though deployed on to the server, do not reflect in the browsers of the users unless they forcefully clear their browser cache via the network tab in the "Developer Tools".
Is there any way to load a fresh copy of the BackboneJS files everytime the user logs in such that any and all newly developed code changes are made available to him the first time itself? As asking them to clear their caches after every deployment is a kind of no go to the "higher ups" :rollseyes:
Desperately looking out for a valid and workable solution.