mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
addResourcePath: create staticPath object immediately. Fixes #2339
This commit is contained in:
@@ -70,7 +70,7 @@ addResourcePath <- function(prefix, directoryPath) {
|
||||
}
|
||||
|
||||
# .globals$resourcePaths persists across runs of applications.
|
||||
.globals$resourcePaths[[prefix]] <- normalizedPath
|
||||
.globals$resourcePaths[[prefix]] <- staticPath(normalizedPath)
|
||||
}
|
||||
|
||||
#' Define Server Functionality
|
||||
|
||||
Reference in New Issue
Block a user