Subject: | better Javascript comment removal |
A patch to improve Javascript comment removal: also removes // comments
that don't start a line, and /* block comments */.
This may actually produce invalid Javascript code, since we don't
actually parse the Javascript properly, and // and /* may of course
occur within strings. But the unpatched version has the same problem.
The patch includes some improvements reported in earlier tickets.
Readers of http://www.nonplus.net/software/mt/MTOptimizeHTML.htm may
also want to try it out.
Subject: | Clean.pm.diff-u |
Message body not shown because it is not plain text.