summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-03 10:49:12 +0100
committerVolpeon <git@volpeon.ink>2021-03-03 10:49:12 +0100
commit86ce64d45fc94545846e86fe53f7d427fdb2ac82 (patch)
tree4d9a2b372430c85782b8afb092a41fde6eea8a1b /scripts
parentAdd PeerTube to profile list (diff)
downloadvolpeon.ink-86ce64d45fc94545846e86fe53f7d427fdb2ac82.tar.gz
volpeon.ink-86ce64d45fc94545846e86fe53f7d427fdb2ac82.tar.bz2
volpeon.ink-86ce64d45fc94545846e86fe53f7d427fdb2ac82.zip
Remove unused components from CSS output
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_sass.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build_sass.sh b/scripts/build_sass.sh
index 2f3d169..c65389e 100755
--- a/scripts/build_sass.sh
+++ b/scripts/build_sass.sh
@@ -4,3 +4,4 @@ source "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 ${ASSETS_DIR}css/style.scss | node_modules/.bin/csso > "${OUTPUT_DIR}style.css"
7#sassc ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css"