mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
avoid to read SCSS signature when no file touched and itop theme loading only + create parameters.json folder when necessary
This commit is contained in:
@@ -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)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user