As a lein-figwheel novice, hopefully this will be an easy question for someone with the right knowledge.
I was able to get Figwheel's separate server example working (see here <https://github.com/bhauman/lein-figwheel/tree/master/examples/separate-server> ). But when I tried to `*lein figwheel*` in a test app of my own, my server is launched, but no repl launches. - https://github.com/twashing/figwheel-docker/blob/master/project.clj - https://github.com/twashing/figwheel-docker/blob/master/dev/user.clj Also, from a `*cider-jack-in*` repl, manually running `*fig-start*` no longer launches my custom jetty server (see here <https://github.com/twashing/figwheel-docker/blob/master/dev/user.clj#L70> ). In either case, what am I missing? Thanks Tim -- 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 https://groups.google.com/group/clojurescript.
