bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 209 forks source link

Add suspendable to figwheel system #577

Closed featheredtoast closed 7 years ago

featheredtoast commented 7 years ago

closes #570

featheredtoast commented 7 years ago

Just added :suspended? flag on suspend, and checks for it on resume. Otherwise, starts the component. Thanks @danielcompton for the references.

Renamed c and old-c to this and old-this to be more in line with how the components are named in figwheel.

bhauman commented 7 years ago

looks great!