shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
Alexis Vincent 2020-12-01T13:41:27.312100Z

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?

nivekuil 2020-12-01T14:10:10.312200Z

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

Alexis Vincent 2020-12-01T14:32:16.312600Z

amazing! Thank you!

dpsutton 2020-12-01T17:18:34.317400Z

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?

fsd 2020-12-01T21:23:19.320200Z

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?