Re: [Tutor] CSS Minification

2009-11-02 Thread Kent Johnson
On Mon, Nov 2, 2009 at 6:38 AM, Stephen Nelson-Smith 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 _

[Tutor] CSS Minification

2009-11-02 Thread Stephen Nelson-Smith
Is there a Python CSS and/or javascript minifier available? I've got to convert some ant scripts to python, and ant has a minifier plugin that I need to replicate. Maybe Beautiful Soup can do this? S. -- Stephen Nelson-Smith Technical Director Atalanta Systems Ltd www.atalanta-systems.com