Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
chore: switch to videojs-generate-karma-config (#5528)
- Loading branch information
1 parent
607ed8b
commit 2e70450
Showing
8 changed files
with
827 additions
and
1,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ sandbox/* | |
*results.xml | ||
*.log | ||
|
||
test/coverage/* | ||
test/dist/* | ||
.coveralls.yml | ||
.sass-cache | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Video.js Dev Server</title> | ||
</head> | ||
<body> | ||
<h2>Navigation</h2> | ||
<ul> | ||
<li><a href="/test/debug.html">Run unit tests in browser.</a></li> | ||
<li><a href="/sandbox/index.html">Simple Demo (also seen below)</a></li> | ||
<li><a href="/sandbox/plugin.html">Plugin Demo</a></li> | ||
<li><a href="/sandbox/responsive.html">Responsive Demo</a></li> | ||
<li><a href="/sandbox/middleware-play.html">Middleware Play Demo</a></li> | ||
<li><a href="/sandbox/icons.html">Icons Demo</a></li> | ||
<li><a href="/sandbox/focus-visible.html">Focus Visible Demo</a></li> | ||
<li><a href="/sandbox/flash.html">Flash Demo</a></li> | ||
<li><a href="/sandbox/fake-live.html">Fake Live Demo</a></li> | ||
<li><a href="/sandbox/embeds.html">Embeds Demo</a></li> | ||
<li><a href="/sandbox/descriptions.html">Descriptions Demo</a></li> | ||
<li><a href="/sandbox/combined-tracks.html">Combined Tracks Demo</a></li> | ||
</ul> | ||
|
||
<h2>Simple Demo (in an iframe)</h2> | ||
<iframe src="/sandbox/index.html" width=700 height=500></iframe> | ||
</body> | ||
</html> |
Oops, something went wrong.