I have two jQuery UI custom builds; they were made by different people from different versions of the code (1.8.9 vs. 1.8.11). The file sizes differ by 50k, so obviously different components are included in each. Is there a command/script I can run that will list the included components for each one ? I’m trying to create a single new build to replace both.
Share
Kind of. You can grab the names under the $.ui and compare them together.
It’ll grab a bunch of other methods too, but it’ll get you the names of installed plugins.