0e3f86f5 by David LaPalomento

Remove old file from concat step

async-queue is no longer needed in this project, so remove it from the concat step of the dist build.
1 parent 8c3e355d
...@@ -24,7 +24,6 @@ module.exports = function(grunt) { ...@@ -24,7 +24,6 @@ module.exports = function(grunt) {
24 dist: { 24 dist: {
25 nonull: true, 25 nonull: true,
26 src: ['src/videojs-hls.js', 26 src: ['src/videojs-hls.js',
27 'src/async-queue.js',
28 'src/flv-tag.js', 27 'src/flv-tag.js',
29 'src/exp-golomb.js', 28 'src/exp-golomb.js',
30 'src/h264-stream.js', 29 'src/h264-stream.js',
......