projects
/
scpubgit/SCS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f82adbe
)
make dev mode server serve favicon.ico
Matt S Trout [Sat, 16 Jul 2011 20:18:28 +0000 (20:18 +0000)]
lib/SCSite/DevMode.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SCSite/DevMode.pm
b/lib/SCSite/DevMode.pm
index
cc5bf6a
..
89d69d9
100644
(file)
--- a/
lib/SCSite/DevMode.pm
+++ b/
lib/SCSite/DevMode.pm
@@
-17,6
+17,7
@@
around dispatch_request => sub {
no warnings::illegalproto;
(
sub (/static/...) { $self->_static_handler },
+ sub (/favicon + .ico) { $self->_static_handler },
$self->$orig(@_)
)
};