obfuscate: Make file-min.js?

Viewed 14242

For example, when I download Jquery, I see there is always 2 file: jquery.js and jquery-min.js.

How could they create jQuery-min.js -> in this file, it is not only compressed but also obfuscated. Which tool is best to do this?

I am working with Visual Studio 2010 Ultimate, would it be also possible as well?

Thanks in advance!

1 Answers
Related