aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-12-17 12:38:19 -0500
committerJesús <heckyel@hyperbola.info>2018-12-17 12:38:19 -0500
commitcafd1db831f1e540487e39804cbd2c727200eb47 (patch)
tree98f518fd2ddb5b07061b4b0bfb2652cfaf813813 /build.sh
parent575e306f20ccfab15c1c9a3bf4b7cd75d4549ea7 (diff)
downloadlibresocial-cafd1db831f1e540487e39804cbd2c727200eb47.tar.lz
libresocial-cafd1db831f1e540487e39804cbd2c727200eb47.tar.xz
libresocial-cafd1db831f1e540487e39804cbd2c727200eb47.zip
Added icon libregit
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