shadow-cljs

Marten Sytema 2025-04-22T09:45:28.510019Z

Hi folks, i have migrated another old lib from figwheel to shadow, and removed all leiningen stuff. But now i’d like to push it to clojars. what is the recommended way? I thought about tools.build?

Marten Sytema 2025-04-22T09:56:15.735519Z

i’m continue to use lein for specifically this now šŸ™‚ but was just wondering if there was an easier way

thheller 2025-04-22T10:02:01.026399Z

yeah thats what I do too. lein works just fine for that. tools.build would be the alternate.

šŸ‘ 1
Slackbot 2025-04-22T17:37:39.025459Z

This message was deleted.

thheller 2025-04-22T17:56:00.925909Z

which global? I see no global šŸ˜›

Slackbot 2025-04-22T17:38:17.481789Z

This message was deleted.

thheller 2025-04-22T17:57:14.997489Z

no clue what it does, so no clue how it could be slow. shadow-cljs for sure doesn't inject anything to make things slow šŸ˜›

thheller 2025-04-22T17:57:36.098549Z

try running the profiler, maybe that provides some clue how it may get slow?

Marten Sytema 2025-04-22T21:44:30.627829Z

(figured it out, nothing to do with shadow.)