This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-20
Channels
- # beginners (7)
- # boot (39)
- # braid-chat (3)
- # braveandtrue (1)
- # cider (27)
- # cljsjs (15)
- # cljsrn (6)
- # clojars (18)
- # clojure (307)
- # clojure-art (1)
- # clojure-brasil (1)
- # clojure-italy (2)
- # clojure-poland (3)
- # clojure-russia (61)
- # clojure-sdn (2)
- # clojure-taiwan (4)
- # clojure-uk (5)
- # clojurebridge (7)
- # clojurescript (19)
- # core-async (1)
- # core-matrix (1)
- # cursive (35)
- # datomic (3)
- # emacs (51)
- # euroclojure (3)
- # hoplon (20)
- # jobs (1)
- # keechma (1)
- # mount (3)
- # off-topic (2)
- # om (177)
- # onyx (96)
- # parinfer (4)
- # pedestal (4)
- # re-frame (19)
- # reagent (7)
- # untangled (5)
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>
?
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