Commit 74dc7cd
Attach DT/shinyBS/plotly/shinyjs before runApp
Imports of shinyngs are not auto-attached by library(shinyngs). Without
these library() calls, the packages' Shiny resource paths never register
with httpuv, so asset requests like sbs/shinyBS.css and the dt-core
jquery.dataTables.min.js 404 and datatables / popovers break at runtime.
Caught via DevTools on a Platform Studio deploy.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1af08f0 commit 74dc7cd
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments