Path to this page:
Subject: CVS commit: pkgsrc/www/py-rjsmin
From: Mark Davies
Date: 2023-05-11 00:46:44
Message id: 20230510224644.7D2F8FA87@cvs.NetBSD.org
Log Message:
py-rjsmin: add version 1.2.1
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 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.
Files: