Figwheel is nice, even though I just get the repl in the command-line there (no autocomplete etc).
The features for compiling and update client side cljs is really really good. https://github.com/bhauman/lein-figwheel Den 11 sep 2015 04:22 skrev "Mike Fikes" <[email protected]>: > 1. Are you setting :repl-options in project.clj? If so, I suspect that > only affects Lein’s Clojure REPL. See > https://github.com/clojure/clojurescript/wiki/Running-REPLs and, in > particular, :repl-verbose true would be provided in the map argument to > cljs.repl/repl*. > > 2. If you are running Planck on OS X, the `-v` option puts Planck into > verbose mode, showing compiled JavaScript. If on OS X but running a REPL > that ships with ClojureScript (like script/noderepljs) or a REPL that is > based on from ClojureScript’s cljs.repl, comment #1 above applies. > > On Sep 10, 2015, at 9:41 AM, Yehonathan Sharvit <[email protected]> wrote: > > 1. I set :repl-options {:repl-verbose true} but the repl didn't show any > js > 2. I'm on mac but I can't see the compiled js on the repl > > > -- > 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.
