rspivak / slimit

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

breaks d3.v3.min.js #69

Open ajschumacher opened 10 years ago

ajschumacher commented 10 years ago

minifying d3.v3.min.js (yes I know it's already minified but still) breaks something, leading to an "Invalid Increment Operand" in the browser. I suspect it's over-collapsing some plus signs or something like that.