CSS Minification

View: New views
2 Messages — Rating Filter:   Alert me  

CSS Minification

by Stephen Nelson-Smith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
_______________________________________________
Tutor maillist  -  Tutor@...
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Re: CSS Minification

by Kent Johnson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Nov 2, 2009 at 6:38 AM, Stephen Nelson-Smith <sanelson@...> 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 maillist  -  Tutor@...
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor