On Mar 14, 2013, at 10:21 PM, Rohan Nicholls wrote:
>
> And a huge thank-you to mimmo for looking into this so quickly.
>
Thanks Rohan, I appreciate. Programming is the only thing that give me a sense
of having done something useful in the day. I'm the founder of my little sw
factory (we'r
Oops, there's an open case to bring lein-cljsbuild's default compiler
version up to r1586: https://github.com/emezeske/lein-cljsbuild/issues/186.
I will try to get to that soon.
In the meantime, you should be able to add [org.clojure/clojurescript
"0.0-1586"] to your :deps to get the latest ve
I'm not sure if lein-cljsbuild uses the latest release of ClojureScript -
Evan would know. In general I think it's probably best to just specify the
version of ClojureScript you want to use yourself to avoid any issues.
On Thu, Mar 14, 2013 at 5:21 PM, Rohan Nicholls wrote:
> I have been in touc
I have been in touch with the writer of the modern-cljs tutorial, and he
thinks that
a library include is missing that used to be a problem, but was fixed. It
looks like
the problem is back.
You can follow the issue and discussion here:
https://github.com/magomimmo/modern-cljs/issues/38
And
Hey all,
I have been experimenting with clojurescript and following the modern tutorial.
However I am now stuck while trying to get the browser repl (brepl) working.
I looked on the clojurescript jira tracker and there was no mention of
this problem. There was no way to add an issue, so I thoug