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

8 lines
201 B
JavaScript
Raw Permalink Normal View History

require('babel-register');
2015-09-22 15:58:42 -07:00
// Need to `require` a separate Grunt file so we can use ES6 syntax via
// Babel's require hook.
module.exports = function(grunt) {
2015-09-22 15:58:42 -07:00
require('./build/grunt.js')(grunt);
};