Browse Source

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.
pull/80/head
David LaPalomento 11 years ago
parent
commit
0e3f86f5f2
  1. 1
      Gruntfile.js

1
Gruntfile.js

@ -24,7 +24,6 @@ module.exports = function(grunt) {
dist: {
nonull: true,
src: ['src/videojs-hls.js',
'src/async-queue.js',
'src/flv-tag.js',
'src/exp-golomb.js',
'src/h264-stream.js',

Loading…
Cancel
Save