From aa0db115e3a7acc9e0426d8369ee2d60da6b6b1d Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <5748627+revolter@users.noreply.github.com> Date: Thu, 4 Jul 2024 21:47:43 +0300 Subject: [PATCH 1/2] Improved the CSS loading time --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 4cb3453..3a96e0e 100644 --- a/_config.yml +++ b/_config.yml @@ -31,3 +31,5 @@ minima: node_modules: assets: js: assets/js +sass: + style: compressed From abb0b541976b6ffd361823850b03ebddfbd5ea17 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <5748627+revolter@users.noreply.github.com> Date: Thu, 4 Jul 2024 21:49:25 +0300 Subject: [PATCH 2/2] Disabled the CSS sourcemap in production --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 3a96e0e..578fac3 100644 --- a/_config.yml +++ b/_config.yml @@ -33,3 +33,4 @@ node_modules: js: assets/js sass: style: compressed + sourcemap: development