[es6ify] gruntfile

This commit is contained in:
spalger 2016-03-10 12:42:45 -07:00
parent 7a1e0554db
commit 8d497f6999

View file

@ -1,11 +1,11 @@
var camelCase = require('lodash').camelCase;
const camelCase = require('lodash').camelCase;
require('babel/register')(require('./src/optimize/babel_options').node);
module.exports = function (grunt) {
// set the config once before calling load-grunt-config
// and once during so that we have access to it via
// grunt.config.get() within the config files
var config = {
const config = {
pkg: grunt.file.readJSON('package.json'),
root: __dirname,
src: __dirname + '/src',