summaryrefslogtreecommitdiffstats
path: root/scripts/build_sass.sh
blob: 725bdbf0d26c36f021b163d6eee1e47dfecaddbe (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 -t compressed ${ASSETS_DIR}css/style.scss > "${OUTPUT_DIR}style.css"