Add stream.js to dist build
The dist build was broken because stream.js was not being included properly.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -30,6 +30,7 @@ module.exports = function(grunt) { | ... | @@ -30,6 +30,7 @@ module.exports = function(grunt) { |
30 | 'src/h264-stream.js', | 30 | 'src/h264-stream.js', |
31 | 'src/aac-stream.js', | 31 | 'src/aac-stream.js', |
32 | 'src/segment-parser.js', | 32 | 'src/segment-parser.js', |
33 | 'src/stream.js', | ||
33 | 'src/m3u8/m3u8-parser.js' | 34 | 'src/m3u8/m3u8-parser.js' |
34 | ], | 35 | ], |
35 | dest: 'dist/videojs.hls.js' | 36 | dest: 'dist/videojs.hls.js' | ... | ... |
-
Please register or sign in to post a comment