mirror of
				https://github.com/videojs/video.js.git
				synced 2025-10-31 00:08:01 +02:00 
			
		
		
		
	moved actual grunt file to build dir
This commit is contained in:
		| @@ -1,5 +1,7 @@ | ||||
| require('babel/register'); | ||||
|  | ||||
| // Need to `require` a separate Grunt file so we can use ES6 syntax via | ||||
| // Babel's require hook. | ||||
| module.exports = function(grunt) { | ||||
|   require('./grunt.js')(grunt); | ||||
|   require('./build/grunt.js')(grunt); | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user