The output of the build process should be an all-in-one package
Output includes: videojs-contrib-media-sources with/ mux.js as an inline blob webworker, and videojs-contrib-hls
Showing
4 changed files
with
3 additions
and
10 deletions
... | @@ -24,17 +24,11 @@ module.exports = function(grunt) { | ... | @@ -24,17 +24,11 @@ module.exports = function(grunt) { |
24 | }, | 24 | }, |
25 | dist: { | 25 | dist: { |
26 | nonull: true, | 26 | nonull: true, |
27 | src: ['src/videojs-hls.js', | 27 | src: ['node_modules/videojs-contrib-media-sources/dist/videojs-media-sources.js', |
28 | 'src/videojs-hls.js', | ||
29 | 'src/xhr.js', | ||
28 | 'src/stream.js', | 30 | 'src/stream.js', |
29 | 'src/flv-tag.js', | ||
30 | 'src/exp-golomb.js', | ||
31 | 'src/h264-extradata.js', | ||
32 | 'src/h264-stream.js', | ||
33 | 'src/aac-stream.js', | ||
34 | 'src/metadata-stream.js', | ||
35 | 'src/segment-parser.js', | ||
36 | 'src/m3u8/m3u8-parser.js', | 31 | 'src/m3u8/m3u8-parser.js', |
37 | 'src/xhr.js', | ||
38 | 'src/playlist.js', | 32 | 'src/playlist.js', |
39 | 'src/playlist-loader.js', | 33 | 'src/playlist-loader.js', |
40 | 'node_modules/pkcs7/dist/pkcs7.unpad.js', | 34 | 'node_modules/pkcs7/dist/pkcs7.unpad.js', | ... | ... |
dist/videojs.hls.js
0 → 100644
This diff could not be displayed because it is too large.
dist/videojs.hls.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment