Blame view

node_modules/videojs-font/Gruntfile.js 173 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
  require('babel-register');
  
  module.exports = function(grunt) {
    require('time-grunt')(grunt);
    require('load-grunt-tasks')(grunt);
  
    require('./lib/grunt.js')(grunt);
  };