Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
make sure we grab the new serp.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
moollaza committed May 26, 2015
1 parent 4eebad3 commit 1bb968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/DuckPAN/Cmd/Server.pm
Expand Up @@ -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}},
{
Expand Down

0 comments on commit 1bb968f

Please sign in to comment.