Philip Frank a écrit :
2010/4/11 Marc Delisle marc@infomarc.info:
Hi, when I selected the components I needed from jQuery UI, it produced a 14 KB file (minified) which is now in js/jquery. But as we will need more components, should we just produce one which contains all components? Its minified version is 211 KB but it would be cached by browsers.
There is also the issue of localization but I had a look and only the datepicker is localized.
-- Marc Delisle http://infomarc.info
Please keep in mind that debugging js is alot easier if the libraries are available in uncompressed form.
Philip
Hi Philip, please enlighten me. Do you mean we have to debug these libraries, or that it's useful to have them in uncompressed form when calling them from our own scripts?