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

Commit

Permalink
Add stream.js to dist build
Browse files Browse the repository at this point in the history
The dist build was broken because stream.js was not being included properly.
  • Loading branch information
dmlap committed Feb 25, 2014
1 parent acbf792 commit 1ec5c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = function(grunt) {
'src/h264-stream.js',
'src/aac-stream.js',
'src/segment-parser.js',
'src/stream.js',
'src/m3u8/m3u8-parser.js'
],
dest: 'dist/videojs.hls.js'
Expand Down

0 comments on commit 1ec5c1c

Please sign in to comment.