mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-16 03:38:25 +02:00
N°2982 - Speed up SCSS themes compilation during setup : fix precompiled css theme generated
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user