Those are fairly old versions of those tools, I recommend upgrading to at least ClojureScript 0.0-2173 and lein-cljsbuild 1.0.2
HTH, David On Sat, May 3, 2014 at 10:40 AM, Makoto Hashimoto <[email protected]>wrote: > Hi, > > I am learning modern-clojurescript but I faced a problem. > The brepl does not work using clojurescript 0.0-2069 and lein-cljsbuild > 1.0.0. > > I run the following command. > > $ lein trampoline cljsbuild repl-listen > > Then cljs program as follows. It is called when ring server is started. > > (ns modern-cljs.connect > (:require [clojure.browser.repl :as repl])) > > (repl/connect "http://localhost:9000/repl") > > What happened in my environment is "(+ 1 1)" does not respond. > $ lein trampoline cljsbuild repl-listen > Running ClojureScript REPL, listening on port 9000. > To quit, type: :cljs/quit > ClojureScript:cljs.user> (+ 1 1) > .... > > I have changed clojurescript and ein-cljsbuild more recent version. > Then it worked fine. > > ClojureScript:cljs.user> (+ 1 1) > 2 > > Does anybody faced the same problem ? > > Thanks, > MH > > -- > 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 > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- 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 "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
