./www/py-rcssmin, Fast CSS minifier for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.2, Package name: py311-rcssmin-1.1.2, Maintainer: pkgsrc-users

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).


Master sites:

Filesize: 568.567 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-09 08:05:21 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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).