mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[GH-ISSUE #22] Minify CSS before embedding into the binary #16
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matze on GitHub (Mar 4, 2023).
Original GitHub issue: https://github.com/matze/wastebin/issues/22
Not sure if something exists for that though. Ideally the style.css in the source tree stays readable …
@phbender commented on GitHub (Jul 14, 2024):
An approach might be a
build.rsfile which applies some optimizations on the (embedded) assets, e.g. with css-minify. However, if you have thegziplayer, I don't know if that makes that big of a difference in performance, and also in binary size.@matze commented on GitHub (Jul 20, 2024):
Indeed, not worth it. gzipping after minification is only a few ten bytes smaller than just gzipping.