website/build_sass.sh

5 lines
121 B
Bash
Executable File

#!/bin/sh
sassc css/cryptohagen.scss > css/cryptohagen.css
yui-compressor css/cryptohagen.css > css/cryptohagen.min.css