Re: [Radiant] Styles 'n Scripts Extension Erros

2008-06-03 Thread Chris Parrish
Thanks for the heads up, Jay! I've fixed the issue and just released SnS v0.4.1 As it turns out, I actually needed to make the date conform to HTTP header standards via: response.headers['Last-Modified'] = @text_asset.effectively_updated_at.httpdate which, as you pointed out, is a

Re: [Radiant] Styles 'n Scripts Extension Erros

2008-06-03 Thread Chris Parrish
Jay Levitt wrote: Yep, that works too! Good. Let me know if anything changes. BTW, for others reading the list, you will need to clean out the old cache to get the new date format to take (as Arik mentioned). This is done automatically whenever you save any asset (javascript or

Re: [Radiant] Styles 'n Scripts Extension Erros

2008-06-03 Thread Jay Levitt
Chris Parrish wrote: Jay Levitt wrote: Yep, that works too! Good. Let me know if anything changes. I'm not using FF3 at all so I can't help you there but I am seeing some interesting headers from your server... So this makes me wonder whether or not v0.4.1 is working. Have you

Re: [Radiant] Styles 'n Scripts Extension Erros

2008-06-02 Thread Jay Levitt
Chris Parrish wrote: Arik Jones wrote: = The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /css/tinypixel.css. = I'm getting a 502 proxy error when accessing any asset from the styles n scripts extension.