lbry.com/update.sh
2015-10-25 13:31:35 -04:00

6 lines
138 B
Bash
Executable file

#!/bin/sh
cd "$(dirname "$0")"
rm web/css/*
git checkout master && git pull
sass --update web/scss:web/css --style compressed -E "UTF-8"