Fork me on GitHub
#figwheel-main
<
2018-09-12
>
ingesol10:09:55

The test display and the REPL experience is simply awesome in figwheel-main, very much impressed! Looking forward to the devcards integration 🙂

👍 4
kwladyka12:09:06

clojure -m figwheel.main -b dev -r - Where is doc to read about -b parameter?

kwladyka12:09:06

there is no info in clj -A:fig -h

pesterhazy12:09:26

@kwladyka clojure -m figwheel.main -h

🍻 4
kwladyka12:09:07

ah… still learning cli…

kwladyka12:09:54

to be precise it is clj -A:fig -m figwheel.main -h

benzap15:09:36

I'm going through the tutorial, and when I spin up figwheel.main, it gets stuck on Opening URL . I'm using Ubuntu 18.10 with i3. I wonder if maybe i3 fails to throw an event which tells figwheel.main to do the right thing. As a quickfix, is there an option to stop figwheel.main from automatically opening my web browser for the cljs repl connection?

bhauman15:09:12

:open-url false

benzap15:09:14

neat, thanks