lukejacksonn / servor

Dependency free file server for single page app development
MIT License
1.04k stars 70 forks source link

Use gzip for certain file types #47

Closed lukejacksonn closed 4 years ago

lukejacksonn commented 4 years ago

Now enabled for files with the extension ['js', 'css', 'html', 'json', 'xml', 'svg'] which is probably all that needs compressing at least for a start.

Also fixes #43 and #46 and runs through latest prettier (hence the diff).

image