lein-figwheel

richiardiandrea 2016-10-21T03:41:35.000088Z

@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?

bhauman 2016-10-21T15:16:47.000089Z

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

shaun-mahood 2016-10-21T15:23:45.000090Z

@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.

richiardiandrea 2016-10-21T16:55:10.000091Z

@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-mahood 2016-10-21T16:55:45.000092Z

@richiardiandrea: Figwheel or nothing! 🙂