forked from cryptoaarhus.dk/website
5 lines
121 B
Bash
Executable file
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
|