You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we're gzipping files locally to reduce deployment size for some projects.
However, I can't figure out how to test such a build with servor – it just ends up showing me a directory with "index.html.gz" in it (besides others). Is there a flag to allow pre-gzipped content to be served?
The text was updated successfully, but these errors were encountered:
Hey 👋 sorry for a late reply but if you look here in the code you can see that only files with the extensions ['js', 'css', 'html', 'json', 'xml', 'svg'] are gzipped by servor.
So if you don't want a file gzipped then I think you can give the file in question a path name that is not included in that list.
Hi, we're gzipping files locally to reduce deployment size for some projects.
However, I can't figure out how to test such a build with servor – it just ends up showing me a directory with "index.html.gz" in it (besides others). Is there a flag to allow pre-gzipped content to be served?
The text was updated successfully, but these errors were encountered: