From: Marius Gavrilescu Date: Sat, 28 Feb 2015 21:14:42 +0000 (+0200) Subject: Do not return 404 for favicon.ico X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=commitdiff_plain;h=f0bdebc721ea9814d8f5d83dd7e48d51c0fa9667 Do not return 404 for favicon.ico --- diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index aa473d8..3a7b9db 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -116,7 +116,6 @@ sub dispatch_request{ }, sub (/robots.txt) { NOT_FOUND }, - sub (/favicon.ico) { NOT_FOUND }, sub (/src/:job) { return NOT_FOUND if !job;