Skip to content

Commit

Permalink
Added minification for html&css and optimization for PNGs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlrs committed Apr 27, 2023
1 parent cb691cc commit acbd249
Show file tree
Hide file tree
Showing 11 changed files with 767 additions and 114 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ target
dist
site/public/*
.vscode
.idea/
.idea/
.DS_Store
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
- Added `data-loader-shim` to workers to create shim script.
- Added tailwindcss support via `rel="tailwind-css"`.
- Added support for `svg` files when using `rel="inline"`
- Print all acessible addresses if `0.0.0.0` is used.
- Print all accessible addresses if `0.0.0.0` is used.
- Added HTML & CSS minification when serving `--release` mode.
- Added PNG optimization when serving in `--release` mode.

### changed
- Updated gloo-worker example to use gloo-worker crate v2.1.
Expand Down
Loading

0 comments on commit acbd249

Please sign in to comment.