summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-03 11:01:04 +0100
committerVolpeon <git@volpeon.ink>2021-03-03 11:01:04 +0100
commit5a70aeb90f5df252eea5b9730f1fd88cfdc81673 (patch)
treee0062d2e9092c937a2f489c7e0b4e50c9e62cd35 /scripts
parentRemove unused components from CSS output (diff)
downloadvolpeon.ink-5a70aeb90f5df252eea5b9730f1fd88cfdc81673.tar.gz
volpeon.ink-5a70aeb90f5df252eea5b9730f1fd88cfdc81673.tar.bz2
volpeon.ink-5a70aeb90f5df252eea5b9730f1fd88cfdc81673.zip
Remove CSSO
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_sass.sh3
1 files changed, 1 insertions, 2 deletions
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 @@
3source "site.defaults.conf" 3source "site.defaults.conf"
4 4
5echo -e "\033[0;32m[COMPILE ]\033[0m ${ASSETS_DIR}css/style.scss -> ${OUTPUT_DIR}style.css" 5echo -e "\033[0;32m[COMPILE ]\033[0m ${ASSETS_DIR}css/style.scss -> ${OUTPUT_DIR}style.css"
6sassc ${ASSETS_DIR}css/style.scss | node_modules/.bin/csso > "${OUTPUT_DIR}style.css" 6sassc -t compressed ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css"
7#sassc ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css"