rspivak / slimit

SlimIt - a JavaScript minifier/parser in Python
MIT License
551 stars 94 forks source link

Add Python 3.x support #23

Closed rspivak closed 11 years ago

liftoff commented 11 years ago

I just submitted a pull request that adds Python 3 support. You can view it here:

https://github.com/rspivak/slimit/pull/43

In the mean time if you need Python 3 support you can clone my fork (Python 3 support is the only change) here:

https://github.com/liftoff/slimit