Hi, I tried the following - 1. lein new mies test-project 2. cd test-project 3. edit scripts\repl.cljs as follows - (require '[cljs.repl :as repl] '[cljs.repl.browser :as browser] '[cljs.repl.node :as node])
;(repl/repl (node/repl-env)) (cljs.repl/repl (browser/repl-env) :watch "src" :output-dir "out") 4. lein trampoline run -m clojure.main scripts/repl.clj The command prompt displays - "Waiting for browser to connect..." however, even after I connect the browser on http://localhost:9000, I don't see the repl on the command prompt. Can someone please tell me the easiest way to get cljs repl to work with chrome? Regards, Kashyap -- 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.
