Skip to content

Commit

Permalink
Build and serve static examples during local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
markcellus committed Mar 13, 2021
1 parent e2c0418 commit 00cf812
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 24 deletions.
2 changes: 1 addition & 1 deletion examples/youtube-multiple-videos.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>Youtube multiple video handling</title>
<script type="module" src="../dist/youtube-video.js"></script>
<script type="module" src="dist/youtube-video.js"></script>
</head>
<body>
<p>
Expand Down
2 changes: 1 addition & 1 deletion examples/youtube-video.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>Youtube video events</title>
<script type="module" src="../dist/youtube-video.js"></script>
<script type="module" src="dist/youtube-video.js"></script>
</head>
<body>
<p>
Expand Down
Loading

0 comments on commit 00cf812

Please sign in to comment.