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
.DS_Store
dist/*
/node_modules/
*~
*.iml
......
......@@ -24,17 +24,11 @@ module.exports = function(grunt) {
},
dist: {
nonull: true,
src: ['src/videojs-hls.js',
src: ['node_modules/videojs-contrib-media-sources/dist/videojs-media-sources.js',
'src/videojs-hls.js',
'src/xhr.js',
'src/stream.js',
'src/flv-tag.js',
'src/exp-golomb.js',
'src/h264-extradata.js',
'src/h264-stream.js',
'src/aac-stream.js',
'src/metadata-stream.js',
'src/segment-parser.js',
'src/m3u8/m3u8-parser.js',
'src/xhr.js',
'src/playlist.js',
'src/playlist-loader.js',
'node_modules/pkcs7/dist/pkcs7.unpad.js',
......
This diff could not be displayed because it is too large.