rspivak / slimit

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

slimit.py src.js: list index out of range #4

Closed ghost closed 13 years ago

ghost commented 13 years ago

minifier.py:57,58

if len(args) == 1: text = open(args[1]).read()

should be args[0]...

rspivak commented 13 years ago

Thanks for the bug report.

rspivak commented 13 years ago

Fixed in https://github.com/rspivak/slimit/tree/0.5.2

I've also added you to CREDIT file.

ghost commented 13 years ago

thanks for the quick fix! not sure I should be listed in the CREDITS, but if you like to see me in the list could you please replace d-m-k with Dima Kozlov.

rspivak commented 13 years ago

Thanks. Changed your nickname to your real name.