mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[es6ify] gruntfile
This commit is contained in:
parent
7a1e0554db
commit
8d497f6999
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue