Path to this page:
./
www/py-rcssmin,
Fast CSS minifier for Python
Branch: CURRENT,
Version: 1.2.0,
Package name: py312-rcssmin-1.2.0,
Maintainer: pkgsrc-usersRCSSmin is a CSS minifier written in python.
The minifier is based on the semantics of the YUI compressor, which itself
is based on the rule list by Isaac Schlueter.
This module is a re-implementation aiming for speed instead of maximum
compression, so it can be used at runtime (rather than during a preprocessing
step). RCSSmin does syntactical compression only (removing spaces, comments
and possibly semicolons). It does not provide semantic compression (like
removing empty blocks, collapsing redundant properties etc). It does, however,
support various CSS hacks (by keeping them working as intended).
Master sites:
Filesize: 569.616 KB
Version history: (Expand)
- (2024-11-21) Updated to version: py312-rcssmin-1.2.0
- (2024-11-04) Updated to version: py312-rcssmin-1.1.3
- (2023-10-09) Updated to version: py311-rcssmin-1.1.2
- (2023-05-11) Package added to pkgsrc.se, version py310-rcssmin-1.1.1 (created)
CVS history: (Expand)
2023-10-09 08:05:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-rcssmin: updated to 1.1.2
Changes with version 1.1.2
Add support for Python 3.12
Add musllinux wheels
Update project boilerplate
|
2023-05-11 00:45:58 by Mark Davies | Files touched by this commit (4) |
Log message:
py-rcssmin: add version 1.1.1
RCSSmin is a CSS minifier written in python.
The minifier is based on the semantics of the YUI compressor, which itself
is based on the rule list by Isaac Schlueter.
This module is a re-implementation aiming for speed instead of maximum
compression, so it can be used at runtime (rather than during a preprocessing
step). RCSSmin does syntactical compression only (removing spaces, comments
and possibly semicolons). It does not provide semantic compression (like
removing empty blocks, collapsing redundant properties etc). It does, however,
support various CSS hacks (by keeping them working as intended).
|