[Proto-Scripty] Re: Include scripts

2009-12-09 Thread T.J. Crowder
Hi, Your best bet for something like that is to have a build process that combines the scripts (and then minifies them), and then include the resulting single script with just one script tag. Reading lots of individual script files will be quite slow, because browsers typically will load only one

[Proto-Scripty] Re: Include scripts

2009-12-09 Thread T.J. Crowder
Hi again, But answering the actual question you asked: http://proto-scripty.wikidot.com/prototype:how-to-load-scripts-dynamically -- T.J. ;-) On Dec 9, 11:25 am, T.J. Crowder t...@crowdersoftware.com wrote: Hi, Your best bet for something like that is to have a build process that combines

Re: [Proto-Scripty] Re: Include scripts

2009-12-09 Thread Frédéric
Le mercredi 9 décembre 2009 11:25, T.J. Crowder a écrit : Your best bet for something like that is to have a build process that combines the scripts (and then minifies them), and then include the resulting single script with just one script tag. Reading lots of individual script files will be

Re: [Proto-Scripty] Re: Include scripts

2009-12-09 Thread Rick Waldron
Something I came across in my Twitter feed... LABjs On Wed, Dec 9, 2009 at 6:54 AM, Frédéric f...@gbiloba.org wrote: Le mercredi 9 décembre 2009 11:25, T.J. Crowder a écrit : Your best bet for something like that is to have a build process that combines the scripts (and then minifies

[Proto-Scripty] Re: Include scripts

2009-12-09 Thread Tobie Langel
Prototype's using Sprockets[1] for this. You might want to give it a spin. Best, Tobie [1] http://getsprockets.org/ -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to

Re: [Proto-Scripty] Re: Include scripts

2009-12-09 Thread Frédéric
On mercredi 09 décembre 2009, Tobie Langel wrote: Prototype's using Sprockets[1] for this. You might want to give it a spin. That's exactly what I was looking for! Simple and powerfull... Thanks :o) -- Frédéric -- You received this message because you are subscribed to the Google