Browse Source

Add decryption-related scripts to the dist

Modify grunt to include pkcs7 and the decrypter.
pull/6/head
David LaPalomento 11 years ago
parent
commit
7f6a836d77
  1. 4
      Gruntfile.js

4
Gruntfile.js

@ -32,7 +32,9 @@ module.exports = function(grunt) {
'src/stream.js',
'src/m3u8/m3u8-parser.js',
'src/xhr.js',
'src/playlist-loader.js'
'src/playlist-loader.js',
'node_modules/pkcs7/dist/pkcs7.unpad.js',
'src/decrypter.js'
],
dest: 'dist/videojs.hls.js'
}

Loading…
Cancel
Save