Gruntfile.js 98 Bytes
require('babel/register');

module.exports = function(grunt) {
  require('./grunt.js')(grunt);
};