Hello,
I am working on a new site and would like to enable CSS Compression. However, the compressed output made by the Gavick CSS Compression causes a problem.
In short, the problem is that styles are loaded before the CSS Reset script--which then wipes out all of the styles. Is it possible to change the order of the CSS files that are compressed?
Secondly, for security, I would like to remove the lines that say /* File: .... */ from the compressed script. These lines reveal information about the site that I have want to avoid disclosing.