Fork me on GitHub
#cljdoc
<
2018-12-05
>
plexus11:12:16

is there any way to tell cljdoc to ignore certain files? I have clojure files under "resources" that I do want to have on the classpath but that I don't want cljdoc to look at and choke on...

plexus11:12:25

I guess I should figure out how to have these on the classpath but not in the jar...

plexus11:12:47

would that be enough? or does it analyze the code from github?

martinklepsch11:12:19

> I guess I should figure out how to have these on the classpath but not in the jar... If they're not needed in the jar then that would probably be the preferable approach

plexus11:12:52

ok, I can work with that 🙂 thx

martinklepsch11:12:02

And to just state that clearly: for source analysis cljdoc only ever looks at Jars.

👍 4
clojars 4