#!/bin/bash echo -e "\033[0;32m[COMPILE ]\033[0m assets/css/style.scss -> output/style.css" sassc assets/css/style.scss | node_modules/.bin/csso > output/style.css