Tue Oct 12 07:49:01 2010CYCLES [...] cpan.org - Ticket created
Subject:
Multiple line comments are not removed
For example, the following can be seen in the minified JS:
/*!
* jQuery JavaScript Library v1.4.2
* http://jquery.co
...
*/
But this can be safely removed.
Tue Oct 12 14:02:47 2010GTERMARS [...] cpan.org - Correspondence added
If the comment happens to contain the word "copyright" in it, the comment
will be preserved in its entirety (under the assumption that its a copyright
notice).
Perhaps... a "preserve_copyright => 0" option to "minify()" would suit your
needs? Defaulting to "yes, copyright statements need to be preserved", but
which would allow you to explicitly state that you want them removed.
Tue Oct 12 14:02:48 2010The RT System itself - Status changed from 'new' to 'open'