lein-figwheel

luposlip 2016-07-11T08:24:04.000276Z

Anyone found a good way to run figwheel with Cordova?

2016-07-11T10:59:03.000277Z

luposlip: https://github.com/enterlab/cordevicljs

luposlip 2016-07-11T11:06:26.000279Z

Thanks @mac, that’s actually my own repo 🙂 Trouble is - the cordova-run app doesn’t update (browser/device) until I kill the cordova run, and re-run it. Thought I had it once, but apparently didn’t.

2016-07-11T11:07:51.000280Z

🙂

2016-07-11T14:58:27.000281Z

Figwheel Client and Server have different versions!! 
Figwheel Client Version "0.5.4-5" is not equal to Figwheel Sidecar Version "0.5.4-7". Shutting down Websocket Connection!
got this when trying to update fighwheel to 0.5.4-7. I use lein-figwheel in plugins and figwheel-sidecar for running my figwheel script. In no place I have 0.5.4-5 defined. Maybe something from the scss script, I roll back to "0.5.4-5" for now (which works wonderfully).

bhauman 2016-07-11T20:06:22.000283Z

@hlolli: you just probably needed to refresh your browser and make sure that you are running code with the newly compiled client in it

bhauman 2016-07-11T20:06:40.000284Z

or even shift refresh