day8 / re-frame-debux

A fork of debux for tracing re-frame code (for eventual consumption by re-frame-10x)
Eclipse Public License 1.0
43 stars 7 forks source link

index.html is interfering with figwheel-main #28

Closed antonmos closed 5 years ago

antonmos commented 5 years ago

Per https://figwheel.org/docs/ring-handler.html#the-last-handler, figwheel.main will serve index.html from classpath ahead of using the provided ring handler.

This makes it impossible to both use figwheel-main, having it serve the app routes and use re-frame/tracing.

Thanks in advance!

antonmos commented 5 years ago

Thank you for fixing this so quickly! When can I expect a release?

antonmos commented 5 years ago

Any word on a release? Thanks!

danielcompton commented 5 years ago

I no longer have any access to deploy releases to Clojars, @superstructor might be available at some point.

mike-thompson-day8 commented 5 years ago

@antonmos we're just chasing down a mysterious issue with shadow-clj and re-frame-10x. Waiting on that for a release.

superstructor commented 5 years ago

Sorry for the delay @antonmos and thanks for the fix @danielcompton. 0.5.2 has been released.

antonmos commented 5 years ago

Thank you!!!