Merge pull request #118 from gutworth/add-xhr-source
add xhr.js to Gruntfile.js
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -31,7 +31,8 @@ module.exports = function(grunt) { | ... | @@ -31,7 +31,8 @@ module.exports = function(grunt) { |
31 | 'src/segment-parser.js', | 31 | 'src/segment-parser.js', |
32 | 'src/stream.js', | 32 | 'src/stream.js', |
33 | 'src/m3u8/m3u8-parser.js', | 33 | 'src/m3u8/m3u8-parser.js', |
34 | 'src/playlist-loader.js' | 34 | 'src/playlist-loader.js', |
35 | 'src/xhr.js', | ||
35 | ], | 36 | ], |
36 | dest: 'dist/videojs.hls.js' | 37 | dest: 'dist/videojs.hls.js' |
37 | } | 38 | } | ... | ... |
-
Please register or sign in to post a comment