Skip to content

Commit f6b8c8a

Browse files
author
xhlulu
committed
npm run build
1 parent 04d4abd commit f6b8c8a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

R/internal.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ all_files = FALSE, async = TRUE), class = "html_dependency"),
2020
`dash_vtk` = structure(list(name = "dash_vtk",
2121
version = "0.0.7", src = list(href = NULL,
2222
file = "deps"), meta = NULL,
23-
script = 'dash_vtk.min.js.map',
23+
script = 'async-ReactVTK.js.map',
2424
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashVtk",
2525
all_files = FALSE, dynamic = TRUE), class = "html_dependency"))
2626
return(deps_metadata)

dash_vtk/dash_vtk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/dash_vtk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/dash_vtk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DashVtk.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ DashBase.Resource(
5555
type = :js
5656
),
5757
DashBase.Resource(
58-
relative_package_path = "dash_vtk.min.js.map",
58+
relative_package_path = "async-ReactVTK.js.map",
5959
external_url = "https://unpkg.com/dash_vtk@0.0.7/dash_vtk/async-ReactVTK.js.map",
6060
dynamic = true,
6161
async = nothing,

0 commit comments

Comments
 (0)