Skip to content

Commit

Permalink
Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcone committed Sep 18, 2023
1 parent 4fbd383 commit 102fcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

go install github.com/tdewolff/minify/v2/cmd/minify@latest
apt-get install minify

minify -r -b -o assets/css/homebundle.css assets/css/bootstrap-toc.min.css assets/css/bootstrap.min.css assets/css/docsearch.min.css assets/css/homepage.css
minify -r -b -o assets/css/pagebundle.css assets/css/bootstrap-toc.min.css assets/css/bootstrap.min.css assets/css/docsearch.min.css assets/css/page.css
Expand Down

0 comments on commit 102fcaa

Please sign in to comment.