I was just presented with a new problem I’ve never considered before which is how to handle the caching of CSS on a users browsers. Some of the more creative solutions we’ve come up with are an .htaccess solution which will rename our style.css to style1.css style2.css based on what we set in the config and the one I like the most which is, if the boss doesn’t notice, it’s not a problem.
Anyone able to shed some light on this?