cljsfiddle

escherize 2016-03-31T12:12:19.000034Z

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.

escherize 2016-03-31T12:12:28.000035Z

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

nberger 2016-03-31T13:24:29.000036Z

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

escherize 2016-03-31T13:33:10.000037Z

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

nberger 2016-03-31T13:37:20.000038Z

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

nberger 2016-03-31T13:41:11.000039Z

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 :)