lein-figwheel

2016-12-23T13:50:20.000323Z

@ashnur nrepl logs? browser console logs?

Aron 2016-12-23T14:04:58.000324Z

@hlolli browser console logs. I don't know how nrepl would or could help me

Aron 2016-12-23T14:05:11.000325Z

so i am not using.

roosta 2016-12-23T14:16:03.000326Z

you could call (.clear js/console) in :figwheel {:on-jsload "your.function/here"} >Setting :figwheel true or :figwheel { :on-jsload "example.core/reload-hook" } will automagically insert the figwheel client code into your application. If you supply :on-jsload the name of a function, that function will be called after new code gets reloaded.

Aron 2016-12-23T14:18:51.000327Z

thank you, that looks like what i am looking for

roosta 2016-12-23T14:19:03.000328Z

np

peeja 2016-12-23T16:45:54.000329Z

I'd really like to get figwheel to run my tests in the background and alert me via the notifications at the bottom of the screen if anything fails. Is there any prior art or thinking about that, or should I start from scratch?

richiardiandrea 2016-12-23T18:35:54.000330Z

@peeja that's an excellent idea, it would require to customize both figwheel client and server, but it is something worth exploring I think