Closed nrandell closed 8 years ago
I've just had issues trying to use this when running inside Azure. I had some brotli files and they would not get served.
I've tracked the issue down to missing content types. Pull request coming up.
I also noticed that you don't need to do app.UseStaticFiles() either. The compressed static files uses these by default.
i have merged and published the nuget package, but i have no way to verify that it solved your issue or created any other issues.
I've just had issues trying to use this when running inside Azure. I had some brotli files and they would not get served.
I've tracked the issue down to missing content types. Pull request coming up.
I also noticed that you don't need to do app.UseStaticFiles() either. The compressed static files uses these by default.