Re: [ClojureScript] Re: Problem with including JSX in Clojurescript build as a foreign library

2015-12-13 Thread Timur Sungur
Hi Mike, Thanks for the answer. Nope, is there any documentation about how I integrate it into my cljs build? I saw this one [1], but it requires a separate build setting and execution, I would preferably avoid that. [1] https://github.com/mneise/circle-color/blob/master/scripts/build.clj

Re: [ClojureScript] Re: Problem with including JSX in Clojurescript build as a foreign library

2015-12-13 Thread Maria Geller
Hi Timur, Mike is right, there is no documentation for this compiler option that I'm aware of other than my blog post (http://mneise.github.io/posts/2015-08-04-week-9-and-10.html) and the small example repo you already found. Unfortunately, this feature is not yet supported by lein-cljsbuild.

[ClojureScript] Re: Problem with including JSX in Clojurescript build as a foreign library

2015-12-12 Thread Mike Fikes
Hi Timur, Have you set up a defmethod js-transforms for :jsx (the value specified in :preprocess)? - Mike -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups