summaryrefslogtreecommitdiffstats
path: root/scripts/build_sass.sh
blob: 2f3d169af1ad2e5d31a95c47ef3e675966ca4262 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

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"