I just pushed my first library to Clojars and I don't think I did it correctly
not sure if this is a Clojars issue or a Leiningen issue
this is the github repo: https://github.com/oakmac/cljs-util
clojars project: https://clojars.org/com.oakmac/util
but when I add that library to a project.clj
, I get "No such namespace: oakmac.util" errors on the build
Not really sure where to look for the problem here. I think everything is being uploaded to Clojars correctly? Any thoughts?
Could it have something to do with pom.xml?
The cljs sources are not included in the jar because src-cljs
folder is not in source-paths
@martinklepsch: Did you test SVG badges without link in github?
Looks like unfortunately github will always wrap images in link
@juhoteperi: even if you use <img>
?
Yeah
😕
Testing with current badges here: https://github.com/cljsjs/packages/blob/master/airbrake/README.md
Time to write update_readme_versions.sh for cljsjs I think!
@juhoteperi: perfect! thank you so much
@juhoteperi: I don’t see the badge on that page?
Because I couldn't get them work like I wanted so I removed them