Open nteetor opened 6 years ago
Per Winton's suggestion in #88, add an option to use minified js. This will default to TRUE, when FALSE include an un-minified version of the package's javascript. The goal is to help the user with debugging.
TRUE
FALSE
Because shiny's javascript is still used this feature is best off piggybacking on the current shiny.minified option.
shiny.minified
Per Winton's suggestion in #88, add an option to use minified js. This will default to
TRUE
, whenFALSE
include an un-minified version of the package's javascript. The goal is to help the user with debugging.