mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
5 lines
239 B
Text
5 lines
239 B
Text
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/
|