Hello,
Since we know that including a large number of JS files seperatlty significantlty increases download time (http://www.wormly.com/help/case-studies/the-web-2.slow), what does everyone do? Do you combine and pack your JS files (for example if you have several of the UI library includes) into 1 js file before moving the site to production? Do you have a system to do this or is it a manual process? How do you keep your source files organized and the process of combining and packing them to release any changes or bug fixes orderly? Brook