Hi,
I have a custom download of JQuery 1.7.3. Thus got 2 .js files named jquery-1.3.2.min.js and jquery-ui-1.7.3.custom.min.
Since there will be 2 seperate http requests from client to download so i want to merge both of them into a single .js file. Can i do this? if yes,
how can i obfuscate the merged file to reduce the overall size?
Thanks