Skip to content

Commit

Permalink
fix(js): replace invalid downloaded js content
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Feb 9, 2024
1 parent fced93b commit d45ca89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .fetch_externals.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env bash

set -e

mkdir -p ./trame_vtk/modules/common/serve
curl https://unpkg.com/vue-vtk-js@3.2.1 -Lo ./trame_vtk/modules/common/serve/trame-vtk.js
# echo 19e7c20470b952cc7b38f1434180b5ec ./trame_vtk/modules/common/serve/trame-vtk.js | md5sum -c --status && echo OK
curl https://kitware.github.io/vtk-js/examples/OfflineLocalView/OfflineLocalView.html -Lo ./trame_vtk/tools/static_viewer.html

0 comments on commit d45ca89

Please sign in to comment.