[Tutor] CSS Minification

Kent Johnson kent37 at tds.net
Mon Nov 2 13:03:59 CET 2009


On Mon, Nov 2, 2009 at 6:38 AM, Stephen Nelson-Smith <sanelson at gmail.com> wrote:
> Is there a Python CSS and/or javascript minifier available?

cssutils can minify CSS:
http://cthedot.de/cssutils/

jsmin has been ported to Python:
http://www.crockford.com/javascript/jsmin.py.txt

Kent


More information about the Tutor mailing list