You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figwheel main serves files from the classpath prefix "public/". Cljsjs files aren't under that path so they aren't accessible at least with the default figwheel-main configuration.
my folders tree like:
my deps.edn
my dev.cljs.edn
{:main hello-world.core}
my resources\public\index.html
my src\hello_world\core.cljs
and I start with command
clojure -M -m figwheel.main -b dev -r
but the result is without css
how can I use the css file?
The text was updated successfully, but these errors were encountered: