Skip to content

Commit

Permalink
fixed css minification, this is too much of a pain never use 'make re…
Browse files Browse the repository at this point in the history
…lease' again
  • Loading branch information
wsowens committed Aug 25, 2023
1 parent 5f81080 commit 0a5f780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a5f780

Please sign in to comment.