Skip to main content

Posts

Showing posts with the label minify

JavaScript : Good tool to "minify" jQuery based js files

We are using jQuery in our project. We have numerous custom javascript files in our web-app that have UDFs utilizing the jQuery features. We need to reduce the size (as a part of performance improvement activities) and I am looking for a reliable 'minifier' for these files (it would be great if the same tool could minify the CSS files too) We tried JSLint and JSMin - but JSLint does not complete and throws many exceptions as soon as it encounters jQuery code. Regards, - Ashish Source: Tips4all