mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
6 lines
138 B
Bash
Executable file
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"
|