I made a thing for that here https://www.chrepl.app/
I haven't made it work with shadow-cljs yet, but that'd be an interesting
option.
V/r
John
On Tuesday, August 13, 2019 at 12:40:36 AM UTC-4, Sigmund Tzeng wrote:
>
> Hi there,
>
> Here are my steps to inject cljs repl into 3rd party webpage:
You cannot really inject a shadow-cljs dev build into any arbitrary page.
It is not designed for that and will potentially conflict with the page
itself in bad ways.
You can set :devtools {:devtools-url "https://your.host:23456"} to
overwrite where the socket is trying to connect to. The Browse