I’m not finding definitive info on this in the docs or forum, so here goes.
I thought that if a stylesheet was called using the stylesheet=“template_group/template” a version would be appended to the html to help manage caching. That doesn’t appear to be happening for me.
<link rel="stylesheet" type="text/css" media="all" href="{stylesheet='site/site-css'}" />Renders:
<link rel="stylesheet" type="text/css" media="all" href="http://www.mysite.com/?css=site/site-styles" />When I was expecting something like:
<link rel="stylesheet" type="text/css" media="all" href="http://www.mysite.com/site/site-styles.css?v.1311341729" />Is there a way to do this?
Thanks
EE v2.3.1 - Build: date 20111017