c9bfe153 by David LaPalomento

Merge pull request #152 from videojs/hotfix/packaging

Add decryption-related scripts to the dist
2 parents 81ffeb83 7f6a836d
...@@ -32,7 +32,9 @@ module.exports = function(grunt) { ...@@ -32,7 +32,9 @@ module.exports = function(grunt) {
32 'src/stream.js', 32 'src/stream.js',
33 'src/m3u8/m3u8-parser.js', 33 'src/m3u8/m3u8-parser.js',
34 'src/xhr.js', 34 'src/xhr.js',
35 'src/playlist-loader.js' 35 'src/playlist-loader.js',
36 'node_modules/pkcs7/dist/pkcs7.unpad.js',
37 'src/decrypter.js'
36 ], 38 ],
37 dest: 'dist/videojs.hls.js' 39 dest: 'dist/videojs.hls.js'
38 } 40 }
......