Fork me on GitHub
#figwheel
<
2017-04-08
>
john01:04:50

Did you try hard reloading the browser? with "empty cache and hard reload"?

john01:04:09

@mikerod sometimes I have to do that when I'm messing with web workers

mikerod01:04:41

@john no. I'm guessing it had to be a browser side caching thing though. I convinced myself it couldn't be but I'm probably wrong. :) if it happens again I'll try that.

john02:04:48

I've got a similar situation. Yesterday, I was able to get weasel up and running in a webworker. Wouldn't work the first few tries. Kept hanging after << waiting for client to connect ... connected! >> and I forgot if anything specifically changed, but it just let me into the repl. Studied that environment for a few hours and made plans for further exploration. Today, I can't get back in. No idea what's keeping weasel hung.

john02:04:34

When I ctrl-c though, everything that was waiting to print, from the webworker's launch, after the hang, gets flushed into the repl - status messages I setup and whatnot.

mikerod03:04:27

Ah yeah. Mysteries. Gotta love them. Hah

john03:04:51

I believe it was advanced compilation that was causing it

jetzajac09:04:23

hello. Suppose, I want my cljs output to be a single js file, is it possible to have figwheel-reload or at least REPL working like that? Just having an issue with modules on a bare jscore js-context.

john17:04:46

@jetzajac shadow-devtools by @thheller might be the droid your looking for

john17:04:18

I just heard him say that it processed cljsjs modules