A quick and dirty way is timestamping your CSS link:
{{ts = str(request.now).replace(':','')}}
<link rel="stylesheet" type="text/css" href="style.css?{{=ts}}" />On May 7, 1:29 am, Sverre <[email protected]> wrote: > I changed my css files in the static section but there are cached, so > the results were the same as before. I examined this with firebug. How > can I solve this ?

