contour
contour copied to clipboard
Browser connected REPL
Need to double check that browser connected REPL still works after closing #1 and #2.
@eightysteele: I just saw this issue. I'd emailed Sam directly as I was having a problem but thought it was just my setup or a mistake on my part. Having just downloaded a fresh ClojureScript today and used repljs rather than browser-repl I'm still getting the same problem i.e:
REPL started; server listening on localhost port 52815 contour.server=> (use 'contour.mapview) FileNotFoundException Could not locate contour/mapview__init.class or contour/mapview.clj on classpath: clojure.lang.RT.load (RT.java:430). This is strange since it's clearly loading contour.server but it's looking for contour/mapview.clj not contour/mapview.cljs, which is what I'd expect.
Is this similar to what you're experiencing? Did it work OK before?
Cheers,
Simon
Hey Simon! Yeah, I'll take a look at this today.