figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
fabrao 2017-11-14T02:39:09.000266Z

Hello all, how to start figwheel in emacs like lein figwheel dev devcards or with multiple profiles?

fabrao 2017-11-14T02:40:05.000269Z

I used like

(do (require 'figwheel-sidecar.repl-api)
           (figwheel-sidecar.repl-api/start-figwheel!)
           (figwheel-sidecar.repl-api/cljs-repl))

fabrao 2017-11-14T02:40:39.000193Z

is there any way to include profile to start-figwhell ?

fabrao 2017-11-14T15:31:50.000385Z

@ajs I could use it with (figwheel-sidecar.repl-api/start-figwheel! "dev" "devcards")

fabrao 2017-11-14T15:32:09.000839Z

it compiles both .js

ajs 2017-11-14T15:52:49.000436Z

But where are you putting this code, in a cljs file that is run when you start a clj repl?