Merge branch 'feature/3588-precompil-fix' into develop

This commit is contained in:
odain
2021-03-15 17:44:10 +01:00
11 changed files with 338 additions and 55 deletions

View File

@@ -2896,6 +2896,8 @@ EOF;
{
SetupLog::Info("Replacing theme '$sThemeId' precompiled file in file $sPostCompilationLatestPrecompiledFile for next setup.");
copy($sThemeDir.'/main.css', $sPostCompilationLatestPrecompiledFile);
}else {
SetupLog::Info("No theme '$sThemeId' compilation was required during setup.");
}
}
$this->Log(sprintf('Themes compilation took: %.3f ms for %d themes.', (microtime(true) - $fStart)*1000.0, count($aThemes)));