Add decryption-related scripts to the dist
Modify grunt to include pkcs7 and the decrypter.
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment