Skip to content

Commit

Permalink
@heff removed a second copy of video.novtt.js from dist. closes #2630
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Sep 23, 2015
1 parent ba6018d commit 42468e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ CHANGELOG
* @misteroneill rename "extends" to "extend" for ie8 ([view](https://github.com/videojs/video.js/pull/2624))
* @forbesjo removed the PhantomJS dependency ([view](https://github.com/videojs/video.js/pull/2622))
* @misteroneill re-exposed videojs.TextTrack ([view](https://github.com/videojs/video.js/pull/2625))
* @heff removed a second copy of video.novtt.js from dist ([view](https://github.com/videojs/video.js/pull/2630))

--------------------

Expand Down
4 changes: 1 addition & 3 deletions build/grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ module.exports = function(grunt) {
fonts: { cwd: 'node_modules/videojs-font/fonts/', src: ['*'], dest: 'build/temp/font/', expand: true, filter: 'isFile' },
swf: { cwd: 'node_modules/videojs-swf/dist/', src: 'video-js.swf', dest: 'build/temp/', expand: true, filter: 'isFile' },
ie8: { cwd: 'node_modules/videojs-ie8/dist/', src: ['**/**'], dest: 'build/temp/ie8/', expand: true, filter: 'isFile' },
novtt: { cwd: 'build/temp/', src: 'video.novtt.js', dest: 'build/temp/alt/', expand: true, filter: 'isFile' },
dist: { cwd: 'build/temp/', src: ['**/**', '!test*'], dest: 'dist/', expand: true, filter: 'isFile' },
examples: { cwd: 'docs/examples/', src: ['**/**'], dest: 'dist/examples/', expand: true, filter: 'isFile' }
},
Expand Down Expand Up @@ -323,7 +322,7 @@ module.exports = function(grunt) {
separator: '\n'
},
src: ['build/temp/video.js'],
dest: 'build/temp/video.novtt.js'
dest: 'build/temp/alt/video.novtt.js'
},
vtt: {
options: {
Expand Down Expand Up @@ -383,7 +382,6 @@ module.exports = function(grunt) {
'exorcise:build',
'concat:novtt',
'concat:vtt',
'copy:novtt',
'usebanner:novtt',
'usebanner:vtt',
'uglify',
Expand Down

0 comments on commit 42468e1

Please sign in to comment.