did you check the console for veryfing the paths of the assets?
Is it possible to turn off installations of devtools in worker environment?
Hey guys, how do you deploy your release builds? Specifically this part of https://github.com/shadow-cljs/quickstart-browser
Depends. You can put the output of release build on s3, behind nginx. It depends what you need.
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)
After reading a bit, it seems like I'll have to set up nginx/apache/some web server in Heroku
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
Oh damn, thanks. I'll try it out
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
@nicdaoraf Highly recommend Vercel
can get it online as simply as “vercel .”
@martinklepsch from the clj-repl (shadow/stop-worker :node-repl)
Update: Netlify was so damn easy to use @mail024 But I'll check Vercel out too!