edgecase/dieter

dieter should generate .gz files too

Opened this issue · 2 comments

Jetty (and hence noir) can be configured to serve .gz files if they exist, so dieter should make them exist.

jxa commented

I read up briefly on this topic here http://cemerick.com/2011/04/22/adding-gzip-compression-to-a-clojure-webapp-in-30-seconds/ and he doesn't mention anything about having to write the .gz files. Are you hoping to avoid jetty having to do the gzipping?