Skip to content

Commit

Permalink
Use the model-visualizer version from GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-96 committed Mar 20, 2024
1 parent 3d058d5 commit 306cbf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{content-for "head"}}

<!-- Model-Visualizer: remove when the library is deployed -->
<link rel="stylesheet" href="https://github.com/altwalker/model-visualizer/releases/download/v0.0.6/model-visualizer-0.0.6.min.css">
<link rel="stylesheet" href="https://altwalker.github.io/model-visualizer/build/model-visualizer.css">
<!-- /Model-Visualizer -->

<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
Expand All @@ -37,7 +37,7 @@
<script src="{{rootURL}}assets/vendor.js"></script>

<!-- Model-Visualizer: remove when the library is deployed -->
<script src="https://github.com/altwalker/model-visualizer/releases/download/v0.0.6/model-visualizer-0.0.6.min.js"></script>
<link rel="stylesheet" href="https://altwalker.github.io/model-visualizer/build/model-visualizer.css">
<!-- /Model-Visualizer -->

<script src="{{rootURL}}assets/model-editor.js"></script>
Expand Down
5 changes: 2 additions & 3 deletions tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" href="{{rootURL}}assets/test-support.css">

<!-- Model-Visualizer: remove when the library is deployed -->
<link rel="stylesheet" href="https://github.com/altwalker/model-visualizer/releases/download/v0.0.6/model-visualizer-0.0.6.min.css">
<link rel="stylesheet" href="https://altwalker.github.io/model-visualizer/build/model-visualizer.css">
<!-- /Model-Visualizer -->

{{content-for "head-footer"}}
Expand All @@ -35,8 +35,7 @@
<script src="{{rootURL}}assets/tests.js"></script>

<!-- Model-Visualizer: remove when the library is deployed -->
<script src="https://github.com/altwalker/model-visualizer/releases/download/v0.0.6/model-visualizer-0.0.6.min.js"></script>
<!-- /Model-Visualizer -->
<script src="https://altwalker.github.io/model-visualizer/build/model-visualizer.js"></script>

{{content-for "body-footer"}}
{{content-for "test-body-footer"}}
Expand Down

0 comments on commit 306cbf1

Please sign in to comment.