1ec5c1c6 by David LaPalomento

Add stream.js to dist build

The dist build was broken because stream.js was not being included properly.
1 parent acbf7927
...@@ -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'
......