How to link bootstrap resources to a dockerized shiny app made with golem?
I'm trying to dockerize my shiny app made with {golem} (the app is packaged as a library) and I'm running into problems because I have some bootstrap dependencies in my custom.scss file (such as @include media-breakpoint-up(lg)) and it seems that…