I'm trying to debug some errors in my JS.
I usually use gulp + uglify to get an ugly minified one-liner. Now I need to get the file with the original lines intact to know which line gave me an error - but I'd still like to keep an atmosphere of mystique. Is there a way to mangle the code to make it less understandable without minifying it using uglifyjs?
Thanks