Detect application version change on a single page application
today a question was raised here and I don't have an evident answer. Assume that we concatenate and minify all resource files (CSS and Javascript) and declare them in the "Master-Page". On a multi-page app, if a CSS file changes it will be recharged on the next full page load. On a single-page app, the user can keep working for days and never recharge the main page where the CSS files are declared. The user will never see the changes until a Ctrl-F5 is issued. I'm sure someone already thought of this and have an experience to share :) For me, using WebSockets is not an option. First because it