[ClojureScript] Seeking advice for a reducing the size of compiled scripts

2018-12-20 Thread Tom Connors
At work we use clojurescript to implement a front-end with minified and gzipped assets coming in at around 170KB. If I can’t reduce that substantially I’ll probably have to rewrite in javascript. I’m posting to share some ideas I have for reducing the size of the script and to ask for any

Re: [ClojureScript] Seeking advice for a reducing the size of compiled scripts

2018-12-20 Thread Nathan Fisher
We’re you able to use Advanced compilation? On Thu, Dec 20, 2018 at 11:18, Tom Connors wrote: > At work we use clojurescript to implement a front-end with minified and > gzipped assets coming in at around 170KB. If I can’t reduce that > substantially I’ll probably have to rewrite in javascript.