This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-23
Channels
- # admin-announcements (6)
- # aleph (3)
- # beginners (38)
- # boot (119)
- # braid-chat (15)
- # braveandtrue (1)
- # clara (4)
- # cljs-dev (56)
- # cljsfiddle (12)
- # cljsjs (15)
- # cljsrn (6)
- # clojars (4)
- # clojure (113)
- # clojure-art (1)
- # clojure-berlin (1)
- # clojure-dusseldorf (3)
- # clojure-india (15)
- # clojure-new-zealand (3)
- # clojure-poland (1)
- # clojure-russia (83)
- # clojure-uk (18)
- # clojurescript (97)
- # community-development (9)
- # cursive (1)
- # data-science (1)
- # datomic (12)
- # emacs (14)
- # hoplon (350)
- # immutant (2)
- # jobs (2)
- # jobs-discuss (23)
- # keechma (74)
- # liberator (1)
- # off-topic (1)
- # om (127)
- # onyx (54)
- # parinfer (74)
- # pedestal (1)
- # proton (5)
- # re-frame (6)
- # reagent (4)
- # remote-jobs (17)
- # ring-swagger (1)
- # slack-help (5)
- # untangled (16)
- # yada (21)
@chrisoakman: Thanks for donating the mockup!!
I wanted to leave the sample so that the fiddle could be a place for people who have never heard of or seen cljs to come and take a gander
@nberger: that's a fabulous idea - I'll look into it. As things are now it's just hosted on an s3 instance, which makes gzipping tricky iirc
@escherize awesome, ping here if you think we can help in any way
Here's the result: http://take.ms/ufWXW
That's when I run a server locally via python -m SimpleHTTPServer 8081
- so I think it's not putting the proper gzipped header
I can try uploading it to s3 and see if it automatically updates the Content-Encoding header.
I gave a talk about cljsfiddle targeted toward beginners last night at the sydney clojure meetup, slides here: http://escherize.com/cljsfiddle_talk/
@escherize not sure what's the best way to do it with S3 but no cloudfront. Cloudfront can do it for you automatically: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html . Also, don't think you should test it with SimpleHTTPServer, this is very dependent on the web server
And perhaps by using https://github.com/hashobject/boot-s3 and https://github.com/martinklepsch/boot-gzip everything can be done smoothly from boot