boot-clj / boot-figreload

Boot task providing live-reload using Fighweel client
Eclipse Public License 1.0
49 stars 1 forks source link

Not working with latest figwheel-sidecar #15

Closed NOBLES5E closed 6 years ago

NOBLES5E commented 6 years ago

Give the following error if I use [figwheel-sidecar "LATEST"] [powerlaces/boot-figreload "LATEST" :scope "test"]

             java.lang.RuntimeException: Unable to resolve var: figwheel-sidecar.build-middleware.injection/figwheel-connect-ns-name in this context
clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Unable to resolve var: figwheel-sidecar.build-middleware.injection/figwheel-connect-ns-name in this context, compiling:(powerlaces/boot_figreload/figwheel.clj:25:3)
             clojure.lang.ExceptionInfo: java.lang.RuntimeException: Unable to resolve var: figwheel-sidecar.build-middleware.injection/figwheel-connect-ns-name in this context, compiling:(powerlaces/boot_figreload/figwheel.clj:25:3)

It works only with figwheel-sidecar 0.5.14

arichiardi commented 6 years ago

Yep I am aware of this see #13. It is listed in my queue of tasks to do for open source. Thanks for reporting.

NOBLES5E commented 6 years ago

Thanks! Closing this issue now