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