On Oct 15, 2012, at 6:38 AM, Sam Tobin-Hochstadt wrote: > On Mon, Oct 15, 2012 at 9:31 AM, Kevin Smith <[email protected]> wrote: >> >> With modules, we're going to see code broken up into more and smaller files, >> which directly opposes the desire to minimize the number of HTTP >> round-trips. On solution is concatenation, but if I'm not mistaken there >> are potential order-of-execution issues with that approach. > > I believe that concatenation of modules ought to work fine as an > approach for minimization of requests, because modules are executed > when imported.
should that be "when first imported". Presumably a module is executed only once per Realm Allen _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

