Skip to content

Fixes #162: css buildcheck note

Faunce, Kaycee Elizabeth requested to merge #162-css-buildcheck-note into main

I moved www/styles.css to inst/app as we discussed at the check-in. I also split out ui and server from R/app.R and put them in inst/app so that directory structure is now:

├── inst/
   ├── app/
      ├── server.R
      ├── ui.R
      ├── www/

I /think/ this is necessary in order to reliably source the css file once the package is published both within the package and in the deployed app. I was following the examples laid out here for this: Shiny app as a package - directory structure and www folder - shiny - Posit Community

Edited by Faunce, Kaycee Elizabeth

Merge request reports

Loading