Path to this page:
./
www/py-rjsmin,
Fast Javascript minifier for Python
Branch: CURRENT,
Version: 1.2.3,
Package name: py312-rjsmin-1.2.3,
Maintainer: pkgsrc-usersrJSmin 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.
Master sites:
Filesize: 408.02 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-rjsmin-1.2.3
- (2023-10-09) Updated to version: py311-rjsmin-1.2.2
- (2023-05-11) Package added to pkgsrc.se, version py310-rjsmin-1.2.1 (created)
CVS history: (Expand)
2023-10-09 08:03:17 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-rjsmin: updated to 1.2.2
Changes with version 1.2.2
Add musllinux wheels
Add support for Python 3.12
Update project boilerplate
|
2023-05-11 00:46:44 by Mark Davies | Files touched by this commit (4) |
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.
|