I started looking into ADVANCED_OPTIMIZATIONS to achieve function renaming across many files including jquery-x.x.x.min.js, jquery-ui-x.x.x.custom.min.js and can.jquery.min.js.
The goal is to have the complete version of jQueryUI and long descriptive function and variable names during development without having to leave all of that unnecessary data in the production compilation because of the use of SIMPLE_OPTIMIZATIONS.
Here is a good starting point: