Hey Alexandre, 2008/9/16 S. Alexandre M. Lemaire <[EMAIL PROTECTED]> > > [...snip...] > > Does Dojo still behave this way? Does it offer any kind of 'roll your own' > like Ext does with JSBuilder so that you can foresee inclusions and reduce > during-operation IO overhead?
There is a tool in dojo that allows you to create custom builds Those are single javascript files that contain all the dojo modules you use, plus their internal requirements. a few 100k of minifed JavaScript are the result, making dojo lightning-fast. Best regards, Tobias
