mirror of
https://github.com/videojs/video.js.git
synced 2025-07-15 01:34:23 +02:00
Grunt improvements
Get test/index.html working when loaded directly into a browser. Remove extra browserifying via karma. Add timing info to to grunt output.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
(function(){
|
||||
|
||||
q.module('Player Minified');
|
||||
q.module('Player API');
|
||||
|
||||
test('videojs should exist on the window', function() {
|
||||
ok(window.videojs, 'videojs exists on the window');
|
||||
|
Reference in New Issue
Block a user