1
0
mirror of https://github.com/videojs/video.js.git synced 2025-04-11 11:42:08 +02:00

minified lib files renamed to minified api

This commit is contained in:
Alex Vasilenko 2013-03-07 23:24:52 +02:00
parent 264e3aeb38
commit e1409f8972
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ module.exports = function(grunt) {
dest: 'build/files/minified.video.js'
},
tests: {
src: ['build/files/combined.video.js', 'test/unit/*.js', '!test/unit/minified.js'],
src: ['build/files/combined.video.js', 'test/unit/*.js', '!test/unit/api.js'],
externs: ['src/js/media.flash.externs.js', 'test/qunit/qunit-externs.js'],
dest: 'build/files/test.minified.video.js'
}
@ -46,7 +46,7 @@ module.exports = function(grunt) {
qunit: {
source: ['test/index.html'],
minified: ['test/minified.html'],
minified_lib: ['test/minified-lib.html']
minified_api: ['test/minified-api.html']
},
watch: {
files: [ 'src/**/*.js', 'test/unit/*.js' ],

View File

@ -18,7 +18,7 @@
// ADD NEW TEST FILES HERE
var tests = [
'test/unit/minified.js'
'test/unit/api.js'
];
var projectRoot = '../';
var scripts = [];