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.
-- 
sam th
[email protected]
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to