asd/asd-pc/node_modules/videojs-font/Gruntfile.js

9 lines
174 B
JavaScript
Raw Normal View History

2024-11-21 11:06:22 +08:00
require('@babel/register');
module.exports = function(grunt) {
require('time-grunt')(grunt);
require('load-grunt-tasks')(grunt);
require('./lib/grunt.js')(grunt);
};