Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find_external_resources needs to consider quarto theme file #2548

Open
cderv opened this issue Mar 21, 2024 · 0 comments
Open

find_external_resources needs to consider quarto theme file #2548

cderv opened this issue Mar 21, 2024 · 0 comments
Assignees

Comments

@cderv
Copy link
Collaborator

cderv commented Mar 21, 2024

---
title: "Customer Tracker Report"
format:
  html:
    theme:
    - lux
    - custom.scss
---

```{r}
#| label: pulldata
# In real use case, this could be retrieved from databases query for the new date for example
curr <- readr::read_csv("data/trackerCalcCurr.csv")
pre <- readr::read_csv("data/trackerCalcPre.csv")
users <- readr::read_csv("data/users.csv")
```

Here find_external_resources should find custom.scss without requiring to add

resource_files:
- custom.scss

This would make rsconnect file dependency search to consider this file required to build document on deployed server

@cderv cderv self-assigned this Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant