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

Commit

Permalink
Merge pull request #262 from duckduckgo/zaahir/serp-css
Browse files Browse the repository at this point in the history
make sure we grab new minified serp css file
  • Loading branch information
moollaza committed May 27, 2015
2 parents 6393af9 + a62fdaa commit d704547
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|serp)\.css)/) {
if ($href =~ m/^\/((?:[str]\d+|style|static|serp)\.css)/) {
my $name = $1;
unshift @{$self->page_info->{css}},
{
Expand Down

0 comments on commit d704547

Please sign in to comment.