go-starter-kit icon indicating copy to clipboard operation
go-starter-kit copied to clipboard

Static files gzip compression?

Open iKonrad opened this issue 8 years ago • 0 comments

Hey. I'm trying to set up gzip compressed js files. How would you go around that?

Echo has a gzip middleware, which works fine for HTML content, but when my app tries to fetch bundle.js, it returns an err_content_length_mismatch error. Any idea what would be the proper way to do that?

iKonrad avatar May 25 '17 20:05 iKonrad