nteetor / yonder

A reactive web framework built on shiny
https://nteetor.github.io/yonder/
Other
133 stars 15 forks source link

add `options()` option to use minified js #90

Open nteetor opened 6 years ago

nteetor commented 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.

nteetor commented 6 years ago

Because shiny's javascript is still used this feature is best off piggybacking on the current shiny.minified option.