Re: Javascript include renderer

2010-12-20 Thread Scott Gray
On 20/12/2010, at 10:36 PM, Adam Heath wrote: > Scott Gray wrote: >> On 20/12/2010, at 10:04 PM, Adam Heath wrote: >> >>> Be very careful about combining lots of javascript files into one. >>> You *must* do proper If-Modified-Since handling, or you will greatly >>> increase the bandwidth usage of

Re: Javascript include renderer

2010-12-20 Thread Adam Heath
Scott Gray wrote: > On 20/12/2010, at 10:04 PM, Adam Heath wrote: > >> Be very careful about combining lots of javascript files into one. >> You *must* do proper If-Modified-Since handling, or you will greatly >> increase the bandwidth usage of client browsers. >> >> Without a proper ETag, and If-

Re: Javascript include renderer

2010-12-20 Thread Scott Gray
On 20/12/2010, at 10:04 PM, Adam Heath wrote: > Scott Gray wrote: >> Hi All, >> >> I've just finished a freemarker transform that validates and combines >> javascript resources and then renders the script tags, I'm interested to >> know if it's something you want in the project. >> >> Features

Re: Javascript include renderer

2010-12-20 Thread Adam Heath
Scott Gray wrote: > Hi All, > > I've just finished a freemarker transform that validates and combines > javascript resources and then renders the script tags, I'm interested to know > if it's something you want in the project. > > Features: > - Makes sure that each script actually exists before

Javascript include renderer

2010-12-20 Thread Scott Gray
Hi All, I've just finished a freemarker transform that validates and combines javascript resources and then renders the script tags, I'm interested to know if it's something you want in the project. Features: - Makes sure that each script actually exists before telling the browser about it, re