shadow-cljs-hooks icon indicating copy to clipboard operation
shadow-cljs-hooks copied to clipboard

Clojars distribution lacks the code

Open PEZ opened this issue 11 months ago • 0 comments

Hi!

I was about to write myself a hook for writing out Garden css to file. Then found this one and it works like a charm. Thanks for providing!

However, the Clojars distribution jar does not have the code in it, so the maven coords doesn't work. I get by by using the git coords:

{:git/url "https://github.com/beetleman/shadow-cljs-hooks"
 :git/sha "1b0543124da8bc2dca04213bd3183ace14d2a1e1"}

So I am fine. But anyway. 😄

PEZ avatar Nov 28 '24 21:11 PEZ