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 u
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...