From 0a5f78007470ed157867958179964ee20a8a8185 Mon Sep 17 00:00:00 2001 From: wsowens Date: Thu, 24 Aug 2023 22:21:14 -0400 Subject: [PATCH] fixed css minification, this is too much of a pain never use 'make release' again --- make_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_release.sh b/make_release.sh index 912a14d..393d799 100755 --- a/make_release.sh +++ b/make_release.sh @@ -4,7 +4,7 @@ mkdir -p chat # minify the CSS echo "Minifying CSS..." -curl -X POST -s --data-urlencode 'input@web/chat.css' https://cssminifier.com/raw \ +curl -X POST -s --data-urlencode 'input@web/chat.css' https://www.toptal.com/developers/cssminifier/api/raw \ > chat/chat.min.css # minify/uglify the JS