From bc5e26d73dc0da6cfba8046f302e540c1d0f4497 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 28 Jul 2024 21:53:25 -0500 Subject: add support for filetags --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 5f1aed0..7151fd6 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,8 @@ if [ "$answer" != "${answer#[Yy]}" ] ; then echo "Environment: Production" && \ rm -rf .build/* && \ emacs --script publish.el &>/dev/null && \ + minify -o theme/static/styles.min.css \ + theme/static/styles.css && \ pandoc -f org -t html readme.org -o readme.html && \ hut git update --readme readme.html --repo \ https://git.sr.ht/\~cyborg/cleberg.net && \ @@ -17,6 +19,8 @@ if [ "$answer" != "${answer#[Yy]}" ] ; then echo "Environment: Development" && \ rm -rf .build/* && \ emacs --script publish.el && \ + minify -o theme/static/styles.min.css \ + theme/static/styles.css && \ cd .build/ && \ python3 -m http.server fi -- cgit v1.2.3-70-g09d2