Commit f3a176d1 authored by Byron Jones's avatar Byron Jones

Bug 1013209: data/assets: empty generated css-file

r=dkl, a=glob
parent b5b5061c
......@@ -494,7 +494,7 @@ sub _concatenate_css {
my %files =
map {
(my $file = $_) =~ s/(^[^\?]+).+/$1/;
(my $file = $_) =~ s/(^[^\?]+)\?.+/$1/;
$_ => $file;
} @sources;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment