Do you have some feature in mind that you'd love to see in Couch? Let us know.
13 posts Page 2 of 2
@cl,
This code as written is self-sufficient. You create a file with this code in it, called something like my_css.php, then call that file as the linked stylesheet <link rel="stylesheet" href="<cms:show k_site_link />my_css.php">. Couch doesn't need to be involved at all.

What would you want a Couch tag to do? Embed the combined and minified file in the <head>? Create the external css file on the fly? Maybe make the my_css.php file Couch managed? What exactly is the goal?
I dream of a tag like that:

<cms:minimise_css>
all css sources here
</cms:minimise>

-> should output one minimised file with version number,

or even better would be something like that

<cms:minimise_css source='path to folder' />
-> minimised file of all files in that folder

Its only for page speed -> only one http request instead of 8

And the reason I asked again was because it was not working the way you described it on my testserver.
I posted a custom tag for this in the Tips and Tricks section of the forum:
viewtopic.php?f=8&t=11090
13 posts Page 2 of 2