Fork me on GitHub
#shadow-cljs
<
2020-12-01
>
Alexis Vincent13:12:27

Does anyone know how to make cider stop asking if I want to open localhost:9630 in the browser when i jack in a shadow-cljs project?

nivekuil14:12:10

@mail024: (cider-offer-to-open-cljs-app-in-browser . nil)

Alexis Vincent14:12:16

amazing! Thank you!

dpsutton17:12:34

often caused by using relative paths for those assets rather than absolute. i'm guessing these requests are to http://example.com/subcategory/styles.css or something similar?

fsd21:12:19

Hello community, I had a quick question, I have react shadow cljs application, when I yarn build and open index.html (in public) , everything works except the images and icons. Any tips for that?