[ClojureScript] Re: My cljs app is too big! Please advise

2015-09-24 Thread Thomas Heller
Are you using whitespace optimization during development? You should really be using :none which usually means compilation times in milliseconds. Do you have any information on the kind of hardware the compile runs on? The numbers look horrible. Since you say heroku I imagine a VM in the Cloud w

[ClojureScript] My cljs app is too big! Please advise

2015-09-24 Thread Yehonathan Sharvit
My app is an hybrid app combining *angular* and *om*. (old parts of the app in angular, new parts in om) My concerns are: 1. big app is a symptom of too much complexity 2. compilation time on deployment is very long 3. compilation time during development is too long Any idea how could I improve