[ClojureScript] Re: Exporting UMD from ClojureScript library

2015-11-24 Thread Shaun LeBron
Everything working here using some new shadow-build features Thomas made! https://github.com/shaunlebron/parinfer/blob/52dcdaa140c60fd31a70f1ea2fe1e1359e7d4889/lib/dev/build.clj#L10-L13 On Sunday, November 22, 2015 at 11:06:03 PM UTC-6, Shaun LeBron wrote: > Thanks, Thomas! will post result here

[ClojureScript] Re: Exporting UMD from ClojureScript library

2015-11-22 Thread Shaun LeBron
Thanks, Thomas! will post result here when completed. On Sunday, November 22, 2015 at 3:20:49 AM UTC-6, Thomas Heller wrote: > Hey, > > my advice would be to use a post-process step instead of trying to making it > go through the closure compiler. Not only will that produce headaches but the

[ClojureScript] Re: Exporting UMD from ClojureScript library

2015-11-22 Thread Thomas Heller
Hey, my advice would be to use a post-process step instead of trying to making it go through the closure compiler. Not only will that produce headaches but the generated CLJS->JS also does not match the expected structure for UMD exports. You'd need to tag the functions you want to have