rspivak / slimit

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

Ability to generate sourcemaps? #66

Open programmin1 opened 10 years ago

programmin1 commented 10 years ago

Slimit is a handy minifier, but it would be even awesomer if it had sourcemap support! See http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ for an example.

It lets you have the "compiled" code next to a mapping that lets debuggers use the optimized code.

petrklus commented 8 years ago

+1