1
0
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:
David LaPalomento
2015-04-29 14:36:20 -07:00
parent b5968f13e2
commit 54519da32c
6 changed files with 40 additions and 56 deletions

View File

@ -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');