зеркало из https://github.com/mozilla/pjs.git
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
This commit is contained in:
Родитель
278380aac4
Коммит
ab6176d991
|
@ -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=%';
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче