Fork me on GitHub
#cljsfiddle
<
2016-03-31
escherize12:03:19

Oh hey @nberger, thanks for the pr I'll have a look. Also, about the gzip, I'm going to host the site from behind an nginx server now so gzip is to be taken care of.

escherize12:03:28

(just working on the announcement / switch over now.)

nberger13:03:29

Good to hear @escherize!. Yeah, after playing a bit with gzip (and have it kinda working) I thought that it's a stretch to try to solve it that way, given that web servers or CDNs use to do that

escherize13:03:10

Yeah, the problem is that s3 won't automatically put in the proper headers just because something's zipped. 😱 😱 😱

nberger13:03:20

Yeah, you have to add --content-encoding=gzip or something... So much better to go with nginx, or cloudfront

nberger13:03:11

I added the header that way to deploy to http://cljsfiddle.nberger.com.ar which I'm going to turn off as soon as you announce the new release :)