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

htmlDependency package parameter requires htmltools 0.3.6 #2256

Closed
colearendt opened this issue Nov 11, 2018 · 0 comments
Closed

htmlDependency package parameter requires htmltools 0.3.6 #2256

colearendt opened this issue Nov 11, 2018 · 0 comments

Comments

@colearendt
Copy link
Member

@colearendt colearendt commented Nov 11, 2018

shiny/R/bootstrap.R

Lines 1550 to 1554 in 5e2b40d

htmlDependencies(iconTag) <- htmlDependency(
"font-awesome", "5.3.1", "www/shared/fontawesome", package = "shiny",
stylesheet = c(
"css/all.min.css",
"css/v4-shims.min.css"

We should probably update the dependency on htmltools to be version >= 0.3.6, because per this issue, it seems that htmltools 0.3.5 does not have the package parameter.

htmltools (>= 0.3.5),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants