1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
video.js/Gruntfile.js

6 lines
98 B
JavaScript

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