Fork me on GitHub
#shadow-cljs
<
2021-01-21
>
AJ Snow00:01:54

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.

David Pham06:01:24

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

thheller13:01:56

should be straightforward but I've never used it either

AJ Snow17:01:35

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ójcik18:01:54

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

thheller18:01:45

sure, just not with the default commands

thheller18:01:15

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