Fork me on GitHub
#boot
<
2018-01-23
>
sparkofreason00:01:28

Any idea why I get this error running boot test-cljs: "ClojureScript could not load :main, did you forget to specify :asset-path?"

danielcompton07:01:15

@dave.dixon, did you specify an :asset-path?

sparkofreason15:01:36

I have it set in app.cljs.edn, tried adding another similar file for tests, both in the normal location and in the test folder. These just don't seem to be getting picked up by boot-cljs-test. I also don't see where (or if) it is set in the boot-cljs-test example project. I think I've missed something in my cljs project setup.