views:

236

answers:

1

I'm looking for a way to input a minified JavaScript file and end up with something readable. I understand that it won't have the original variables, they'll all be single letters, but at least it would have lines breaks and possibly tabs.

Is there anything out there?

+5  A: 

See http://elfz.laacz.lv/beautify/. It'll indent and space out everything in your code fairly well.

Ben Alpert
That was a nice one!
some