Projects / rCSSmin

rCSSmin

RCSSmin is a CSS minifier. The implementation is based on the semantics of the YUI compressor, but aiming for speed instead of maximum compression so that 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).

Tags
Licenses
Implementation

RSS Recent releases

  •  11 Feb 2013 02:21

Release Notes: This release updates packaging and compatibility. A dummy option has been added to setup.py to support the pip installer. Support for the following Python implementations has been added: PyPy (1.9, 2.0) and Jython (2.5).

  •  03 Jun 2012 21:44

Release Notes: This release adds support for Python 3.3.

  •  03 Jan 2012 07:02

Release Notes: This is the initial public release.

Screenshot

Project Spotlight

OCaml MySQL Protocol

MySQL Protocol in pure OCaml

Screenshot

Project Spotlight

VICE

Versatile Commodore Emulator.