I don't see a figwheel dependency in your project.clj. Is it a transient dependency of something else?
Being able to listen on anything other than localhost is a more recent ability (post 0.5.2). I'm not sure if any released figwheel on clojars supports it. The reason I am not sure is there are no github releases or git version tags after 0.5.2 and all the clojars links to release versions link to HEAD, so I don't know what's in 0.5.3 and up. On Friday, June 3, 2016 at 1:42:30 PM UTC-5, Federico Marani wrote: > Hi all, > > I am having some trouble configuring figwheel to be visible from another > computer in my network. I configured it to listen to 0.0.0.0, but the > websocket handler does not connect correctly. Anyone able to give me a hint > on where the problem might be? > > this is my project.clj - http://pastebin.com/PQG49FzG > > Thks -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
