ccampbell / html-muncher

renames classes and ids in your css, javascript, and html to save bytes and obfuscate your code
http://htmlmuncher.com
177 stars 40 forks source link

References to "/" instead os.sep break html-muncher on jython/windows #5

Open cadu-goncalves opened 11 years ago

cadu-goncalves commented 11 years ago

Please replace references of "/" on class Util (util.py script) by os.sep. It will make html-muncher compatilbe with jython (http://www.jython.org/) running over windows.

Regards.

cadu-goncalves commented 11 years ago

In fact the same problem occurs inside class Muncher, which also uses "/" instead os.sep.