Fork me on GitHub
#leiningen
<
2017-02-21
>
mrchance10:02:57

@uwo By <host> you probably mean <port>? Could be a firewall issue, have you checked if you can connect with another tool? You can also try exposing the same port with a python webserver or netcat and check if you can connect to that

uwo14:02:08

@mrchance figured it out with help from #clojure channel. I needed to set the nREPL server to bind to 0.0.0.0 so as to accept non-loopback (default is localhost)

mrchance14:02:16

@uwo Ah, good to know, thanks

peeja18:02:45

In a new chestnut app, it can't seem to find my :cljsbuild entry for some reason:

lein cljsbuild once app
Compiling ClojureScript...
WARNING: no :cljsbuild entry found in project definition.
--------------------------------------------------------------------------------
WARNING: your :cljsbuild configuration is in a deprecated format.  It has been
automatically converted it to the new format, which will be printed below.
It is recommended that you update your :cljsbuild configuration ASAP.
--------------------------------------------------------------------------------
:cljsbuild
{:builds []}
--------------------------------------------------------------------------------
See 
for details on the new format.
--------------------------------------------------------------------------------

peeja18:02:20

It looks like it's there to me…

peeja18:02:55

What am I doing wrong?

eggsyntax20:02:43

peeja: looks correct to me too, at least at first glance. Odd.

eggsyntax20:02:58

I'm noticing that lein-drip hasn't gotten a commit in ~4 years, and doesn't get referenced much anymore. Are there any recommended alternatives?

plexus21:02:24

@peeja did you manage to figure it out?

peeja22:02:43

Not yet. Trying to debug, but debugging the compiler involves a lot of moving pieces. 🙂