Fork me on GitHub
#cljsrn
<
2020-05-19
>
dnolen14:05:05

@martin_jung would like to help you with your Windows path issues which I think should be pretty easy to solve.

dnolen14:05:01

Use master. delete your app from your device/simulator. when start the REPL use clj -m krell.main -co build.edn -ro debug.edn -c -r

dnolen14:05:11

where debug.edn is {:krell/verbose true}

dnolen14:05:59

this will now log cache puts which will let me see what paths Krell is caching which should make it clearer what's going on. Please add this output to the issue you opened, thanks.

Martin Jung14:05:25

@dnolen Thanks for looking into it. I posted something. Tell me if you need more.

dnolen16:05:48

will take a look in a bit

dnolen16:05:55

@martin_jung yeah that helps a lot, will push some things later for you to try