Fork me on GitHub
#lein-figwheel
<
2016-07-11
>
luposlip08:07:04

Anyone found a good way to run figwheel with Cordova?

luposlip11:07:26

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.

hlolli14:07:27

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

bhauman20:07:22

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

bhauman20:07:40

or even shift refresh