N°2982 - speedup themes/scss compilation during setup

This commit is contained in:
odain
2020-05-01 01:04:53 +02:00
parent 6b2b56cf72
commit 2d8b888a18
11 changed files with 6367 additions and 21 deletions

View File

@@ -2759,7 +2759,7 @@ EOF;
{
$this->Log("Precompiled file not found: '$sPrecompiledFile'");
}
ThemeHandler::CompileTheme($sThemeId, $aThemeParameters, $aImportsPaths, $sTempTargetDir);
ThemeHandler::CompileTheme($sThemeId, true, $aThemeParameters, $aImportsPaths, $sTempTargetDir);
}
$this->Log(sprintf('Themes compilation took: %.3f ms for %d themes.', (microtime(true) - $fStart)*1000.0, count($aThemes)));
}