Hello,

Is CleverCSS still being maintained? I've found a couple bugs in it
and I noticed that someone else contributed a patch for one of the
bugs a couple months ago (http://groups.google.com/group/pocoo-libs/
browse_thread/thread/825038eaa0c60b2e/9cd37fca121bac2e?
lnk=gst&q=clevercss#9cd37fca121bac2e), but the bug still exists in the
pypi release.

Anyways, this patch applies the following fixes:
1. background: url(http://static.something.com/image.png) would not
work because //static.something.com/image.png) was being parsed as a
comment. I changed the regular expression so that :// will not be seen
as a comment, but // will.
2. 200px - 50px returned 250px instead of 150px.
3. running: $python clevercss.py format.ccss
returned a file called ccss.css instead of format.css

The patch can be downloaded here: 
http://filer.case.edu/~dez4/clevercss_fix.patch
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to