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?
@mail024: (cider-offer-to-open-cljs-app-in-browser . nil)
amazing! Thank you!
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?
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?