figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
john 2017-04-08T01:06:50.637291Z

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

john 2017-04-08T01:08:09.643300Z

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

2017-04-08T01:52:41.826210Z

@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.

john 2017-04-08T02:24:48.942250Z

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.

john 2017-04-08T02:26:34.948668Z

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.

2017-04-08T03:50:27.216188Z

Ah yeah. Mysteries. Gotta love them. Hah

john 2017-04-08T03:52:51.223208Z

I believe it was advanced compilation that was causing it

jetzajac 2017-04-08T09:41:23.116828Z

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.

john 2017-04-08T17:56:46.867703Z

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

john 2017-04-08T17:57:18.869718Z

I just heard him say that it processed cljsjs modules