shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
Mr. Savy 2021-01-21T00:41:54.000800Z

hello! I am trying to release a shadow-cljs app through heroku. does anyone know of any guides that can help me get through this process? I haven't ever done this before.

2021-01-21T06:07:24.002Z

You mean that you advanced compiled an app, and now you want to publish it?

thheller 2021-01-21T13:16:56.002900Z

should be straightforward but I've never used it either

Mr. Savy 2021-01-21T17:58:35.003900Z

yeah I've run the release command on my application so now I want to go through the process of publishing it. i will take a look at that link, thank you!

Karol Wójcik 2021-01-21T18:01:54.004700Z

Question: Is it possible to run two release builds in parallel?

thheller 2021-01-21T18:32:45.005500Z

sure, just not with the default commands

Karol Wójcik 2021-01-22T13:23:54.006500Z

Got it!

thheller 2021-01-21T18:33:15.006200Z

typically you won't gain much doing it. compiltation is already parallel and should use most cores most of the time