I think javascript minify is obsolete technic for reduce bandwidth since modern web server has feature HTTP compression.
For reduce JavaScript or text-like file (html, css, json) size. Setup HTTP compression at webserver and let browser decompress is better.
This way with have no overhead for un-minify Javascript.