good evening. I have this weird behavior with figwheel-main 0.2.11 (in conjunction with clojure 1.10.1.645)
with .645 the classpath order of clj -Spath
has changed.
any path in deps.edn :paths
is now somewhere in the classpath and not at the very beginning
as a consequence, trying to load index.html
via the classpath is now a gamble
and - in fact - I'm getting one that just says "Debux Test Page". Not sure where it is coming from yet 😉
that said: I added a ring handler (the same from the tutorial)
and configured it. I added (println request)
to check if it is called
the ring handler is called, but never for :uri "/"
this Debux Test Page
tries to load js/mainjs
and that's the request I'm seeing in the ring handler.
the effect is that I can't serve my own index.html
anymore
any ideas?
hi, with figwheel main, auto-testing, is it possible to filter the tests to just the one or two that one is working on currently (for hot loading)? I am starting to accumulate a large number of tests and it's becoming prohibitive to wait for the entire test suite on every file save ...
@channel anyone?
not that I'm aware of, sorry 😕