11 Feb
2011
11 Feb
'11
2:11 p.m.
On 11/02/2011 14:04, Oleg A. Mamontov wrote:
On Feb 11, 2011, at 4:54 PM, Alexis Sukrieh wrote:
Le 10/02/2011 18:36, Oleg A. Mamontov a écrit :
Hello.
I create small patch to enhance static files serving functionality. During development process its important to refresh pages quickly. Conditional HTTP requests is the good choise. Seems like working, but needs more testing :)
I'm not sure we should do that in Dancer's core. This can be very easily achieved with a Plack Middleware.
Any specific reason not to use the appropriate middleware?
Nobody use `./bin/app.pl` for development (with no Plack) ?
I use!