Bartosz Kołtoniak

Results 2 issues of Bartosz Kołtoniak

Minifying bundles does not work. I am using ligershark.weboptimizer.core 3.0.330 with ASP.NET Core 6.0. App pipeline looks like below ```c# var app = builder.Build(); // HTTP request pipeline configuration if...

I have the following setup 1. Docker container with express server that acts as the origin server for ETS, which serves the following content ``` ``` 2. Second docker container...