Bug 342070 - make-jars.pl: CSS preprocessing not turned on for CSS file implicitly in same directory as jar.mn - the patch jminta /wishes/ had been written and committed four hours ago. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@200365 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
29013a342d
commit
648b14fc97
@ -470,7 +470,7 @@ sub EnsureFileInDir
|
||||
unlink $destPath; # in case we had a symlink on unix
|
||||
if ($preproc) {
|
||||
my $preproc_flags = '';
|
||||
if ($srcFile =~ /\.css$/o) {
|
||||
if ($srcPath =~ /\.css$/o) {
|
||||
$preproc_flags = '--marker=%';
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user