shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
2020-12-02T10:25:03.321Z

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

Karol Wójcik 2020-12-02T11:00:07.322100Z

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

anonimitoraf 2020-12-02T11:19:12.323Z

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

Karol Wójcik 2020-12-02T11:22:05.323300Z

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

anonimitoraf 2020-12-02T11:27:29.323500Z

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)

anonimitoraf 2020-12-02T11:48:49.323800Z

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

2020-12-02T13:34:40.324Z

You can also go for eg. with Netlify which it's appropriate to static website. https://medium.com/ampersandas-clojure-thing/how-to-publish-clojurescript-application-to-netlify-for-free-c7d148afaa64

anonimitoraf 2020-12-02T13:45:08.324300Z

Oh damn, thanks. I'll try it out

martinklepsch 2020-12-02T15:58:47.325300Z

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

Alexis Vincent 2020-12-02T17:55:19.325600Z

@nicdaoraf Highly recommend Vercel

Alexis Vincent 2020-12-02T17:55:40.325800Z

can get it online as simply as “vercel .”

thheller 2020-12-02T20:54:05.326500Z

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

1👍
anonimitoraf 2020-12-02T22:39:15.326600Z

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

1👍