I've been working on a site where specific CSS files have been written and loaded only when required. I would like to combine all those scripts into one single file. I'm not interested in minifying or compressing, though the first one may be good.
I've tested so many cache and compression mechanisms unsuccessfully including W3 Cache or WP-Minify (that it is not updated since years now).
Isn't there a simple procedure to do this, interacting with the wp_styles variable?
This script available at the url below sounds promising, but doesn't work as it is https://gist.github.com/bainternet/1802367
Any idea?