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 210 forks source link

:ring-handler does not alert when it can not find the given namespace #714

Closed diegovdc closed 6 years ago

diegovdc commented 6 years ago

I spent a looong while to figure out this was the error in my config. Due to my inexperience I was not locating my ring handler in the right place, once I figured out the right naming and folder structure it worked.

It would be nice for beginners like me to have some kind of error message on this.

Thanks

bhauman commented 6 years ago

see https://github.com/bhauman/lein-figwheel/pull/713

bhauman commented 6 years ago

this is available in the latest SNAPSHOT