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
Running
boot sass target -d target
shows some WTF warning. The compilation still works though.With
boot -vv
: