diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build_sass.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_sass.sh b/scripts/build_sass.sh index 725bdbf..3f5f768 100755 --- a/scripts/build_sass.sh +++ b/scripts/build_sass.sh | |||
@@ -3,4 +3,4 @@ | |||
3 | source "site.defaults.conf" | 3 | source "site.defaults.conf" |
4 | 4 | ||
5 | echo -e "\033[0;32m[COMPILE ]\033[0m ${ASSETS_DIR}css/style.scss -> ${OUTPUT_DIR}style.css" | 5 | echo -e "\033[0;32m[COMPILE ]\033[0m ${ASSETS_DIR}css/style.scss -> ${OUTPUT_DIR}style.css" |
6 | sassc -t compressed ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css" | 6 | sassc -t compressed ${ASSETS_DIR}css/style.scss | ./node_modules/.bin/postcss --use autoprefixer --no-map > "${OUTPUT_DIR}style.css" |