Skip to content

Commit

Permalink
chore: make sure precompiled themes don't include brand
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 9, 2025
1 parent 333be4c commit 44418d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/yarn_install.R
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ dir.create(precompiled_dir, recursive = TRUE)

invisible(lapply(versions(), function(version) {
res <- bs_theme_dependencies(
bs_theme(version), precompiled = FALSE,
bs_theme(version, brand = FALSE),
precompiled = FALSE,
sass_options = sass_options(output_style = "compressed"),
cache = NULL
)
Expand Down

0 comments on commit 44418d4

Please sign in to comment.