Skip to content

Commit cc14979

Browse files
authored
Update 15/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md
1 parent fde4a6c commit cc14979

File tree

1 file changed

+1
-1
lines changed
  • 15/umbraco-cms/fundamentals/setup/upgrading/version-specific

1 file changed

+1
-1
lines changed

15/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you have custom C# code that references the models this will also not build.
5656

5757
**Handling Precompressed Files**
5858

59-
When upgrading from Umbraco 14 to 15, you might notice that `JavaScript` and `CSS` files are automatically precompressed, resulting in additional `.br` and `.gz` files. This behavior is not specific to Umbraco but is introduced in ASP.NET Core version 9, where static files are fingerprinted and precompressed by default at build and publish time.
59+
When upgrading from Umbraco 14 to 15, you might notice that `JavaScript` and `CSS` files are automatically precompressed, resulting in additional `.br` and `.gz` files. This behavior is not specific to Umbraco. It is introduced in ASP.NET Core version 9, where static files are fingerprinted and precompressed by default at build and publish time.
6060

6161
To disable this behavior, you can set `<CompressionEnabled>false</CompressionEnabled>` in your project file. If you are using Umbraco's templates - `dotnet new umbraco`, this setting is already applied.
6262

0 commit comments

Comments
 (0)