Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: allow better control over minification, default to off #775

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

ctron
Copy link
Collaborator

@ctron ctron commented Apr 18, 2024

closes #774

ctron added 2 commits April 18, 2024 09:20
This change adds a central minification state for the build. It also
adds that check to all assets, and adds a local override to more
asset types.
@ctron ctron force-pushed the feature/default_to_off_1 branch 2 times, most recently from 3010878 to abf2026 Compare April 18, 2024 08:37
BREAKING-CHANGE: This changes the default behavior of minification to
always off. It also drops the --no-minification argument in favor of a
`--minify <value>` option.

closes trunk-rs#774
@ctron ctron force-pushed the feature/default_to_off_1 branch from abf2026 to da9d4aa Compare April 18, 2024 08:38
@ctron ctron added this to the 0.20.0 milestone Apr 18, 2024
@ctron ctron merged commit b5a234c into trunk-rs:main Apr 18, 2024
46 checks passed
@ctron ctron deleted the feature/default_to_off_1 branch April 18, 2024 08:57
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changing minification defaults
1 participant