Fork me on GitHub
#lein-figwheel
<
2016-10-21
>
richiardiandrea03:10:35

@bhauman I have a couple of questions while working on boot-figwheel. I was planning to disable the auto watcher in the system map somehow and use watch in boot with the build once feature. The question is, will I still keep the HUD+nice messages functionality or build once just compiles the javascript without sending anything on the websocket?

bhauman15:10:47

@richiardiandrea you will have to translate boot watch event data into the figwheel server event that the figwheel autowatcher calls

shaun-mahood15:10:45

@richiardiandrea: If you can get figwheel working as well in boot as it does with lein I'll buy you a drink at the Conj 🙂 It's the last thing boot is missing that is preventing me from trying it out.

richiardiandrea16:10:10

@bhauman well I was thinking of using build once in order to avoid the watcher machinery...so build once does not have the nice error messages I gather... @shaun-mahood lol, boot-cljs + reload works well but is also slower then figwheel when compiling I noticed

shaun-mahood16:10:45

@richiardiandrea: Figwheel or nothing! 🙂