From ce2c22f214d2f526d30a0769fcfea11261deb2e0 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Sun, 25 Oct 2015 13:31:35 -0400 Subject: [PATCH] force css recompile --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 8774f2fe..0ca15706 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,6 @@ #!/bin/sh cd "$(dirname "$0")" +rm web/css/* git checkout master && git pull sass --update web/scss:web/css --style compressed -E "UTF-8"