> i have plenty of usecases where for different components i used dojo and i > stripped it down to just the widgets the component needed. > > or take scriptaculous, sometimes you want effects, other times just drag and > drop. > > you are assuming that each component will include the full version of the js > lib even though it only uses a small subset of it - probably not the case.
But a lot of JS libs nowadays have a dynamic loading system themselves. DOJO had this from the start, and now YUI does has that too. So all components would load the bootstrap JS whatever that is, and then tel what sub dependencies it needs. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
