P
Peter Michaux
Hi,
I've uploaded a new version of the JavaScript::Minifier module that
was on CPAN. It was a translation of JSMin but I rewrote it so it now
handles missing semicolons, + ++ code, and leaves those freaky IE
conditional comments in the output. The goal was that if working code
is input then working code is output where working == working.
Breaking code that works is not such a good idea.
http://search.cpan.org/~pmichaux/JavaScript-Minifier/lib/JavaScript/Minifier.pm
Just thought someone here might find it useful in their build process.
Peter
I've uploaded a new version of the JavaScript::Minifier module that
was on CPAN. It was a translation of JSMin but I rewrote it so it now
handles missing semicolons, + ++ code, and leaves those freaky IE
conditional comments in the output. The goal was that if working code
is input then working code is output where working == working.
Breaking code that works is not such a good idea.
http://search.cpan.org/~pmichaux/JavaScript-Minifier/lib/JavaScript/Minifier.pm
Just thought someone here might find it useful in their build process.
Peter