I want to minify a JavaScript file in which the function, variable names should be rename that can not understand/read by human and also can not deminify.
I have tried Closure Compiler http://closure-compiler.appspot.com/home. But in Advanced optimization it gives lots of Warnings.
Is there is any way to minify JavaScript?