Open GoogleCodeExporter opened 9 years ago
Something I forgot to tell: this problems seems related to the regular
expression inside Minify_Lines::_eolInComment. It replaces patterns like //.*?,
so in the case of the url, it will replace from the // after the http: untile
the end of line; removing the comment closing: */
Original comment by jmcust...@gmail.com
on 27 Dec 2013 at 4:24
//,gn=/\?/,yn=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bn=/([?&])_=
[^&]*/,wn=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/
This is a part of a jquery file - it is also stripped (and all after that) due
to this regex match
Original comment by wbar...@gmail.com
on 25 Feb 2014 at 1:36
Original issue reported on code.google.com by
jmcust...@gmail.com
on 27 Dec 2013 at 4:21