mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
N°2982 - Speed up SCSS themes compilation during setup (removed dev bypass)
This commit is contained in:
@@ -2914,9 +2914,6 @@ EOF;
|
||||
* @return string : file path of latest precompiled file to use for setup
|
||||
*/
|
||||
public function UseLatestPrecompiledFile(string $sTempTargetDir, string $sPrecompiledFileUri, $sPostCompilationLatestPrecompiledFile, $sThemeId) : ?string {
|
||||
if (utils::IsDevelopmentEnvironment()) {
|
||||
return null;
|
||||
}
|
||||
$bDataXmlPrecompiledFileExists = false;
|
||||
clearstatcache();
|
||||
if (!empty($sPrecompiledFileUri)){
|
||||
|
||||
Reference in New Issue
Block a user