Roland Liebl wrote:
> Why not doing something like ...
> 
> <link rel="stylesheet" type="text/css" href="/common.css?v=<roundcube:var
> name="config:version" />" />
> 
> ... in the template files?

This will prevent caching completely.

It is better to have something like

        href="/css/<roundcubeversion>/common.css"

and rewrite rules.

Best regards,

Michael
_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to