Dojo-Mini and the Feature Explorer
Date : 2008 04 04 Category : Tech & DevelopmentAbove is the breakdown from the Dojo distribution. Peter Higgins was working on an AIR application using the new Dojo AIR integration and wanted to do a better job at stripping down the Dojo build for what he needed.
He ended up with a set of scripts to create a custom build nicely which includes:
Nuking all of the cruft you don’t want Minifying the script CSS inline optimizationSo, you can run something like:
% ./build.sh profile=standard optimize=shrinksafe.keepLines version=1.1.0mini cssOptimize=comments.keepLines cssImportIgnore=../dijit.css action=releaseAlso, the fine Dojo Campus folks have created a Dojo feature explorer that acts as a showcase for Dojo itself:

