jQueryUI Custom Downloads - Managing features from version to version

jQueryUI Custom Downloads - Managing features from version to version

hi,

first off thanks for all of your hard work on this great framework;

we've incorporated jqueryUI on multiple projects which we maintain and frequently update with the latest available framework library versions. We've found that while the custom download feature of jQueryUI is a great way to get (only) the features we need into a project, it becomes hard to manage which features need to be 're-selected' when generating a subsequent version (i.e. upgrading from jQueryUI 1.7.3 to jquery1.8.2) as these change for us on a project to project basis.

It would really help us out if something like the following could be appended to the comments at the top of each jquery.ui.xxx.custom.js file:

/*  
 *   This code file (jquery.ui.1.8.2.custom.js) generated
 *   with the following selected features :
 *
 *   UI Core:
 *   -    Core
 *   -    Widget
 *
 *  Interactions:
 *      (none selected)
 *
 *  Widgets:
 *   -    Tabs
 *
 *  Effects:
 *      (none selected)
 */
 

Thanks