Deraen / sass4clj

SASS compiler for Clj, Lein and Boot, using Libsass Java wrapper
70 stars 16 forks source link

SLF4J whining #5

Closed be9 closed 8 years ago

be9 commented 8 years ago

Running boot sass target -d target shows some WTF warning. The compilation still works though.

Compiling {sass}... 1 changed files.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Writing target dir(s)...

With boot -vv:

Adding stylesheets/style.scss...
Adding funfin/core.cljs...
Adding main.cljs.edn...
Adding index.html...
Released java.util.concurrent.Semaphore@1757cd72[Permits = 1]...
Compiling {sass}... 1 changed files.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
found META-INF/resources/webjars/bootstrap/4.0.0-alpha.2/scss/bootstrap.scss at webjars
Found jar:file:/Users/be9/.m2/repository/org/webjars/bootstrap/4.0.0-alpha.2/bootstrap-4.0.0-alpha.2.jar!/META-INF/resources/webjars/bootstrap/4.0.0-alpha.2/scss/bootstrap.scss from resources
Deraen commented 8 years ago

Check the readme.

be9 commented 8 years ago

Sorry @Deraen, I somehow missed this :confused:. Thanks for the hint!