matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.97k stars 309 forks source link

Gzip created is not recognised by browser #382

Closed harpreetsb closed 3 years ago

harpreetsb commented 3 years ago

Gzip is created but could not be recognised by browser. image The headers look fine image

I tries same with a file with just an alert() inside it. Console gives same error image

harpreetsb commented 3 years ago

I Figured it out. Posted my solution here. https://stackoverflow.com/a/69310652/156909