Fork me on GitHub
#shadow-cljs
<
2020-12-02
>
David Pham10:12:03

did you check the console for veryfing the paths of the assets?

Karol Wójcik11:12:07

Is it possible to turn off installations of devtools in worker environment?

anonimitoraf11:12:12

Hey guys, how do you deploy your release builds? Specifically this part of https://github.com/shadow-cljs/quickstart-browser

Karol Wójcik11:12:05

Depends. You can put the output of release build on s3, behind nginx. It depends what you need.

anonimitoraf11:12:29

Ah, I guess I'm after the simplest way of doing so. I was looking at Heroku specifically as one of the easiest (it seems)

anonimitoraf11:12:49

After reading a bit, it seems like I'll have to set up nginx/apache/some web server in Heroku

anonimitoraf13:12:08

Oh damn, thanks. I'll try it out

Alexis Vincent17:12:19

@UR37CBF8D Highly recommend Vercel

Alexis Vincent17:12:40

can get it online as simply as “vercel .”

anonimitoraf22:12:15

Update: Netlify was so damn easy to use @UJWLUPW13 But I'll check Vercel out too!

👍 3
martinklepsch15:12:47

is there a way to restart the process backing the node repl? I sometimes seem to get into a broken state where prints inside async evaluations are not captured properly

thheller20:12:05

@martinklepsch from the clj-repl (shadow/stop-worker :node-repl)

👍 3