I have an application angularjs (1.xx) / php that every version update, some users who use Firefox in the latest version, are required to run CTRL + SHIFT + R to clear the cache and get the updated version of application. What would be the ideal way for the browser to check if it is in the last branch and, if not, to automatically reload / clear the caches?
The idea is to know if there is any way the angular itself checks whether or not there has been modification in the JS files.