d30df95f by David LaPalomento

Use the production version of video.js on the example page

Using the dev version can lead to accidental dependencies on non-public functionality.
1 parent 0bac2982
......@@ -7,7 +7,7 @@
<link href="node_modules/video.js/dist/video-js/video-js.css" rel="stylesheet">
<!-- video.js -->
<script src="node_modules/video.js/dist/video-js/video.dev.js"></script>
<script src="node_modules/video.js/dist/video-js/video.js"></script>
<!-- Media Sources plugin -->
<script src="node_modules/videojs-contrib-media-sources/src/videojs-media-sources.js"></script>
......