AnderssonPeter/CompressedStaticFiles

Doesn't set any headers to gzip static response

XanderSpecter opened this issue · 0 comments

Hi. I try using your package to get gziped js and css files.
image
I use webpack to gzip files in wwwroot folder. So, when I try to load page, browser takes static gzip files without any extra headers and can't use this files as styles and scripts.
image

Have I done something wrong? I can't understand this :(