diff --git a/lib/App/DuckPAN/Cmd/Server.pm b/lib/App/DuckPAN/Cmd/Server.pm index 5a7bbfb..18a5b13 100644 --- a/lib/App/DuckPAN/Cmd/Server.pm +++ b/lib/App/DuckPAN/Cmd/Server.pm @@ -346,7 +346,7 @@ sub get_sub_assets { if (my $href = $_->attr('href')) { # We're looking for txxx.css and sxxx.css. # style.css and static.css are for development mode. - if ($href =~ m/^\/((?:[st]\d+|style|static)\.css)/) { + if ($href =~ m/^\/((?:[st]\d+|style|static|serp)\.css)/) { my $name = $1; unshift @{$self->page_info->{css}}, {