That would work for allplugins.css, but not for ui.all.css (which includes ui.core.css and ui.theme.css) because then your one all css file would have an embeded theme, which wouldn't be overridable by including a custom ui.theme.css from ThemeRoller. The include order is
ui.core.css
ui.theme.css
ui.allplugins.css (@import for each ui.pluginname.css)
So I agree we can get it down to 3 requests instead of 10. Getting it down to 1 would mean ThemeRoller creates one file for a particular theme. Hmm, I guess that could work. So we've got three point at which to do this
1. build process, tag and zip
2. download builder, zip
3. ThemeRoller, zip
- Richard