Browse Source

Add stream.js to dist build

The dist build was broken because stream.js was not being included properly.
pull/80/head
David LaPalomento 12 years ago
parent
commit
1ec5c1c674
  1. 1
      Gruntfile.js

1
Gruntfile.js

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

Loading…
Cancel
Save