From 17d131a9b161920cbdc63bc7b064c4d1c2ab64ca Mon Sep 17 00:00:00 2001 From: jf-cbd <121934370+jf-cbd@users.noreply.github.com> Date: Wed, 13 Dec 2023 09:21:26 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07021=20-=20Fix=20error=20log=20and=20use?= =?UTF-8?q?less=20compilation=20time=20due=20to=20SCSS=20file=20unnecessar?= =?UTF-8?q?y=20compilation=20#579?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/Application/WebPage/NiceWebPage.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sources/Application/WebPage/NiceWebPage.php b/sources/Application/WebPage/NiceWebPage.php index 6a2c15928..364b329c8 100644 --- a/sources/Application/WebPage/NiceWebPage.php +++ b/sources/Application/WebPage/NiceWebPage.php @@ -242,13 +242,6 @@ JS // TODO 3.0.0: Reuse theming mechanism for Full Moon $sCssThemeUrl = ThemeHandler::GetCurrentThemeUrl(); $this->add_linked_stylesheet($sCssThemeUrl); - - $sCssRelPath = utils::GetCSSFromSASS( - 'css/backoffice/main.scss', - array( - APPROOT.'css/backoffice/', - ) - ); } protected function GetReadyScriptsStartedTrigger(): ?string