Skip to content

Commit

Permalink
Deploying to gh-pages from @ b350d2f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Apr 29, 2024
1 parent 8fad652 commit 0dff4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/appShell.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export class AppShell extends BaseCustomWebComponentConstructorAppend {
if (p.startsWith('style='))
style = decodeURIComponent(p.substring(6));
}
await customElements.whenDefined('dock-spawn-ts');
const linkElement = document.createElement("link");
linkElement.rel = "stylesheet";
linkElement.href = "./assets/dockspawn.css";
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
-->

<script type="module">
importShim('dock-spawn-ts/lib/js/webcomponent/DockSpawnTsWebcomponent.js');
importShim('./node_modules/@node-projects/web-component-designer/dist/index.js');
importShim('./dist/appShell.js');
</script>
Expand Down

0 comments on commit 0dff4cc

Please sign in to comment.