Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
removing shell task, and making a bigger video
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaker Islam committed Mar 11, 2014
1 parent 5307556 commit 97c3be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-shell');

grunt.registerTask('default', ['jshint', 'jasmine', 'watch']);
grunt.registerTask('travis', ['jshint', 'jasmine', 'shell']);
grunt.registerTask('travis', ['jshint', 'jasmine']);
};
5 changes: 4 additions & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@

<video id="vid1" class="video-js vjs-default-skin" autoplay controls preload="auto"
poster="http://video-js.zencoder.com/oceans-clip.png"
data-setup='{}'>
data-setup='{}'
width='640'
height='400'
>
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4'>
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm'>
<source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg'>
Expand Down

0 comments on commit 97c3be2

Please sign in to comment.