Fork me on GitHub
#figwheel-main
<
2020-08-11
>
beders00:08:27

good evening. I have this weird behavior with figwheel-main 0.2.11 (in conjunction with clojure 1.10.1.645)

beders00:08:48

with .645 the classpath order of clj -Spath has changed.

beders00:08:07

any path in deps.edn :paths is now somewhere in the classpath and not at the very beginning

beders00:08:23

as a consequence, trying to load index.html via the classpath is now a gamble

beders00:08:45

and - in fact - I'm getting one that just says "Debux Test Page". Not sure where it is coming from yet 😉

beders00:08:55

that said: I added a ring handler (the same from the tutorial)

beders00:08:20

and configured it. I added (println request) to check if it is called

beders00:08:34

the ring handler is called, but never for :uri "/"

beders00:08:03

this Debux Test Page tries to load js/mainjs and that's the request I'm seeing in the ring handler.

beders00:08:16

the effect is that I can't serve my own index.html anymore

beders00:08:26

any ideas?

johanatan02:08:05

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 ...

johanatan18:08:13

@channel anyone?

Adriaan Callaerts18:08:14

not that I'm aware of, sorry 😕

johanatan19:08:14

isn't this something that people quickly run into needing? what are other folks doing to mitigate the issue?

johanatan19:08:14
replied to a thread:@channel anyone?

isn't this something that people quickly run into needing? what are other folks doing to mitigate the issue?