theultramage wrote:
Sooner or later we'll figure out a way to automate this... it's just something that's not mentioned in web programming classes/books/forums so neither of us knows a good way to do it yet (it would be ideal if the webserver could do it for us).
Forcing cache reload from server side can be done using a query string in the URLs of css, images etc and update it each time you update the respective file. http://stackoverflow.com/questions/438821/what-does-do-in-a-css-link/438828