ccb8d9fd by jrivera Committed by David LaPalomento

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
1 parent c924bc3a
1 .DS_Store 1 .DS_Store
2 dist/*
3 /node_modules/ 2 /node_modules/
4 *~ 3 *~
5 *.iml 4 *.iml
......
...@@ -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',
......
This diff could not be displayed because it is too large.