force css recompile

This commit is contained in:
Jeremy Kauffman 2015-10-25 13:31:35 -04:00
parent 19a9d1c2d6
commit ce2c22f214

View file

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