From f0bdebc721ea9814d8f5d83dd7e48d51c0fa9667 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 28 Feb 2015 23:14:42 +0200 Subject: [PATCH] Do not return 404 for favicon.ico --- lib/Plack/App/Gruntmaster.pm | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2