lein-figwheel

2017-12-06T17:07:48.000025Z

@p-himik I believe figwheel displays the warnings in the heads-up display by default, no?

2017-12-06T17:08:52.000239Z

"If your ClojureScript code is generating compiler warnings Figwheel won't load it. This, again, is very helpful in keeping the client environment stable. This behavior is optional and can be turned off."

2017-12-06T17:13:40.000250Z

Hmm, or do you mean prod compilation? it's cljsbuild who does that, but I'm not sure if it has the option to halt on warnings, sorry

p-himik 2017-12-06T19:11:56.000039Z

@just_crashed Heads-up display doesn't show up if the code is on a breakpoint in the browser, so in some cases the heads-up display can be missed. But in my particular case I just disabled the verbose output, so even if warnings are not at the very bottom of the log, they're still within visible range.

plins 2017-12-06T19:17:11.000358Z

hello everyone, im trying to write a ssh file which generates and deploys a fat jar.. but lein figwheel min waits for someone to connect to the figwheel server, is there a way to prevent this?

bhauman 2017-12-06T20:27:45.000027Z

@plins lein cljsbuild once min should do the trick

plins 2017-12-06T20:37:29.000466Z

thx found it on the example a comment stating It 🙂