Gruntfile.js 98 B

12345
  1. require('babel/register');
  2. module.exports = function(grunt) {
  3. require('./grunt.js')(grunt);
  4. };