Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Added DisableBuildCompression to not make compressed versions of back… #17380

Merged
merged 5 commits into from
Oct 28, 2024

Conversation

bergmania
Copy link
Member

@bergmania bergmania commented Oct 28, 2024

Description

Disables dotnet from making compressed version of the static assets (e.g. the backoffice client). These needs to be delivered by the client project, to not slow down all builds.

Test

  • Verify the dotnet publish output in wwwroot/backoffice/* do not contains js.br files, but only .js version of our files

@Migaroez Migaroez merged commit b05564c into release/15.0 Oct 28, 2024
1 check passed
@Migaroez Migaroez deleted the v15/hotfix/disable-static-asset-compression branch October 28, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants