Skip to content
Fetching contributors…
Cannot retrieve contributors at this time
8 lines (6 sloc) 201 Bytes
require('babel/register');
// Need to `require` a separate Grunt file so we can use ES6 syntax via
// Babel's require hook.
module.exports = function(grunt) {
require('./build/grunt.js')(grunt);
};
Something went wrong with that request. Please try again.