From 5a70aeb90f5df252eea5b9730f1fd88cfdc81673 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 3 Mar 2021 11:01:04 +0100 Subject: Remove CSSO --- scripts/build_sass.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build_sass.sh b/scripts/build_sass.sh index c65389e..725bdbf 100755 --- a/scripts/build_sass.sh +++ b/scripts/build_sass.sh @@ -3,5 +3,4 @@ source "site.defaults.conf" echo -e "\033[0;32m[COMPILE ]\033[0m ${ASSETS_DIR}css/style.scss -> ${OUTPUT_DIR}style.css" -sassc ${ASSETS_DIR}css/style.scss | node_modules/.bin/csso > "${OUTPUT_DIR}style.css" -#sassc ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css" +sassc -t compressed ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css" -- cgit v1.2.3-54-g00ecf