aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 6c82a7d..8a76886 100755
--- a/build.sh
+++ b/build.sh
@@ -13,3 +13,9 @@ then
rm -fv ./fonts/libresocial.{svg,otf,ttf,woff}
mv -fv ./lab/libresocial.{svg,otf,ttf,woff} ./fonts/
fi
+
+if [[ -n "$(ls -a ./css/libresocial.css)" ]];
+then
+ rm -v ./css/libresocial.css
+ sass --style expanded --sourcemap=none scss/libresocial.scss:css/libresocial.css
+fi