From 1ec5c1c674c2e65506587f0f11093c217a1fef20 Mon Sep 17 00:00:00 2001 From: David LaPalomento Date: Tue, 25 Feb 2014 11:14:58 -0500 Subject: [PATCH] Add stream.js to dist build The dist build was broken because stream.js was not being included properly. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 9ae903aa5..633aa7568 100644 --- a/Gruntfile.js +++ b/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'