Re: [pyjs-users] why separate

2013-10-29 Thread Kees Bos
On Tue, 2013-10-29 at 22:58 -0700, Sarvi Shanmugham wrote: > > > > Is there a reason for distributing multiple script segments inside a > single html file? I think there is/was. Maybe it was just because of opera. It couldn't handle large script elements. > Can they be one big compiled script

[pyjs-users] why separate

2013-10-29 Thread Sarvi Shanmugham
Is there a reason for distributing multiple script segments inside a single html file? Can they be one big compiled script segment with all the code? Has anyone used closure compiler ADVANCED_OPTIMIZATIONS and got things to work? Why do I ask? 1. I haven't been able to get it to work. I go