On 11/10/2013, at 03:53, Brendan Eich wrote: > >> On Thu, Oct 10, 2013 at 8:10 PM, Andrea Giammarchi >> <[email protected] <mailto:[email protected]>> wrote: >> >> You are confining the problem in HTTP only scenarios while the >> solution provided by >> >> <script src="lib/main.js" ref=”assets.zip”></script> >> > > No, you're right -- agree with you and Andrea, this is sweet.
Are main.js and assets.zip two separate files, or is main.js expected to come from into assets.zip? I think the latter would be best because it would guarantee that the assets are there by the time main.js runs, as if they were local files, ready to be require()d synchronously. -- ( Jorge )(); _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

