I'm having a problem in the firefox browser, because everytime I update my CSS or JS files, I need to clear the cache of my firefox browser to get the updated files. I'm using XSP2 server because I developed my webapp using C# and asp.net in ubuntu.
Is there any way to automatically reload the updated CSS/JS files in the firefox browser and implemented in server-side or in my webapps?
Please advise.
Many thanks.
You could mess with the cache of the headers, but the easiest thing to do is simply append your updated elements with a querystring when you want them to change...
I know this doesn't sound like a good solution, but when you begin minifying and combining your js and css files for performance reasons, most of the solutions will change the url to get these resources when they change anyway...