diff options
Diffstat (limited to 'lang/p5-JavaScript-Squish/pkg-descr')
-rw-r--r-- | lang/p5-JavaScript-Squish/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/p5-JavaScript-Squish/pkg-descr b/lang/p5-JavaScript-Squish/pkg-descr new file mode 100644 index 00000000000..b6df813d022 --- /dev/null +++ b/lang/p5-JavaScript-Squish/pkg-descr @@ -0,0 +1,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/ |