diff options
Diffstat (limited to 'devel/jsmin/pkg-descr')
-rw-r--r-- | devel/jsmin/pkg-descr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/jsmin/pkg-descr b/devel/jsmin/pkg-descr index b215200620b7..799c39e38f0b 100644 --- a/devel/jsmin/pkg-descr +++ b/devel/jsmin/pkg-descr @@ -2,5 +2,3 @@ JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces file size by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation. - -WWW: https://crockford.com/javascript/jsmin.html |