Here’s a little inconvenience I’d like to resolve:
When I have a CSS template, it’s served with a URL similar to
href="http://www.domainname.com/index.php?css=site/layout.v.1283570523</code></pre> where the suffix after v. keeps changing
However, I'm using the excellent CSSEdit to edit the CSS templates as files,which allows me to preview changes real-time, the only thing is that CSSEDIT uses a static name for the CSS stylesheet in order correctly live-preview the CSS you're editing. EE seems to change the number above if you refresh the page or navigate away. Obviously, I'd like to keep the revision system on top of it (I'm not even sure that's what the problem is, anyway).
<b>My question:</b>
Is there any way to have EE serve the CSS templates with a fixed URL such as:
<pre><code>href="http://www.domainname.com/index.php?css=site/layout.v.fixednumberIf this is not possible to resolve: are there clear performance advantages in using EE to serve the CSS instead of requesting the actual CSS files (I imagine yes for many reasons, but I thought I’d ask)
I hope that was clear.