5 lines
121 B
Bash
5 lines
121 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sassc css/cryptohagen.scss > css/cryptohagen.css
|
||
|
yui-compressor css/cryptohagen.css > css/cryptohagen.min.css
|