On Friday, 3 June 2016 21:14:19 UTC+1, Francis Avila wrote: > 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
The dependency on figwheel is declared in the profiles section. This code comes from the reagent-template code, so I assumed it was working. Also 0.5.3-1 is the latest stable version and all these options are documented in the README file on Github. I also just tried 0.5.4-SNAPSHOT. Still does not work... Perhaps a bug in figwheel? I am not sure I am able to track it down just yet... I have very little Clojure experience. -- 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.
