diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
commit | 1d1f878054efdd1171a8cb006e59ad0727610293 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /archivers/py-rjsmin | |
parent | 43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff) | |
download | ports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip |
Notes
Diffstat (limited to 'archivers/py-rjsmin')
-rw-r--r-- | archivers/py-rjsmin/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/py-rjsmin/pkg-descr b/archivers/py-rjsmin/pkg-descr index 751a826d4cfb..838d2410a936 100644 --- a/archivers/py-rjsmin/pkg-descr +++ b/archivers/py-rjsmin/pkg-descr @@ -1,5 +1,5 @@ rJSmin is a javascript minifier written in python. The minifier is based -on the semantics of jsmin.c by Douglas Crockford. The module is a +on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. |