This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-02
Channels
- # adventofcode (76)
- # announcements (1)
- # asami (1)
- # babashka (31)
- # beginners (302)
- # calva (3)
- # cider (1)
- # clj-kondo (1)
- # cljdoc (1)
- # cljfx (63)
- # cljsjs (2)
- # clojure (36)
- # clojure-europe (29)
- # clojure-gamedev (2)
- # clojure-nl (5)
- # clojure-sanfrancisco (2)
- # clojure-spec (2)
- # clojure-uk (71)
- # clojurescript (19)
- # conjure (21)
- # core-async (10)
- # core-matrix (1)
- # cryogen (4)
- # cursive (12)
- # datomic (22)
- # emacs (4)
- # events (1)
- # figwheel-main (7)
- # fulcro (9)
- # graalvm (1)
- # jobs (1)
- # kaocha (17)
- # lambdaisland (1)
- # meander (7)
- # mount (2)
- # nrepl (12)
- # off-topic (35)
- # re-frame (15)
- # reagent (17)
- # remote-jobs (1)
- # reveal (41)
- # shadow-cljs (13)
- # spacemacs (2)
- # tools-deps (24)
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
@UR37CBF8D Highly recommend Vercel
can get it online as simply as “vercel .”
Update: Netlify was so damn easy to use @UJWLUPW13 But I'll check Vercel out too!
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