boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
cpmcdaniel 2020-04-02T04:18:25.013700Z

I get that too. Are you on Windows?

OrdoFlammae 2020-04-02T14:03:09.014Z

No, I'm using Linux Mint.

dave 2020-04-02T14:48:31.014500Z

@ordoflammae i think the issue is that something on boot's classpath is trying to do logging, but there is no logger configured

dave 2020-04-02T14:48:45.014900Z

i've silenced it before by adding [org.slf4j/slf4j-nop "2.0.0-alpha1"] to my dependencies. it's a "no-op" logger

OrdoFlammae 2020-04-02T14:49:27.015300Z

OK, thanks @dave.

OrdoFlammae 2020-04-02T15:04:57.017100Z

What is the difference between :resource-paths and :asset-paths? Wouldn't they be the same?

dave 2020-04-02T15:15:09.017600Z

i can never remember the distinction between all the different kinds of paths

dave 2020-04-02T15:15:21.018Z

sean corfield has an excellent writeup here: https://corfield.org/blog/2018/04/18/all-the-paths/

OrdoFlammae 2020-04-02T15:17:14.018500Z

Thanks, that looks really helpful.

cpmcdaniel 2020-04-02T16:09:09.019100Z

Maybe resource-paths are on the CLASSPATH?

cpmcdaniel 2020-04-02T16:09:38.019300Z

yeah

cpmcdaniel 2020-04-02T16:09:56.019700Z

:woohoo: I am smart. S M R T!

😂 2