1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/Gruntfile.js

6 lines
98 B
JavaScript
Raw Normal View History

require('babel/register');
module.exports = function(grunt) {
require('./grunt.js')(grunt);
};