blob: b6df813d0220d714d587044826e358f112ff1f86 (
plain)
1
2
3
4
5
|
This module provides methods to compact javascript source down to just
what is needed. It can remove all comments, put everything on one line
(semi-)safely, and remove extra whitespace.
WWW: http://search.cpan.org/dist/JavaScript-Squish/
|