summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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"