Fork me on GitHub
#figwheel-main
<
2020-04-08
>
this.rob10:04:05

Is there a way to suppress this warning?

[Figwheel:WARNING] A "resources/public/index.html" exists but the "resources" directory is not on the classpath
    the default server will not be able to find your index.html
[Figwheel:WARNING] Target directory "target" is not on the classpath! The figwheel server will not be able to find compiled assets.

this.rob10:04:24

i’m serving static assets from a separate server, so don’t need figwheel’s server to do so

this.rob10:04:29

Also, is there a way to prevent figwheel saving the output .cljs files alongside the output .js files? They are both being saved in target/public/cljs-out/buildname at the moment. target is on the classpath for my Clojure server so it can serve up the .js assets but I don’t want the .cljs files on the classpath because any changes to them are detected when I use clojure.tools.namespace.repl/refresh