Skip to content

Commit

Permalink
Update build.sh to include index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskthomas authored Jun 29, 2024
1 parent 05d4f9f commit 087816e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rm -rf dist
mkdir dist
php src/index.php | minify --type html -o dist/index.html
minify -o dist/default.css src/default.css
minify -o dist/index.css src/index.css
minify -o dist/index.js src/index.js

# Copy other assets
Expand Down

0 comments on commit 087816e

Please sign in to comment.