From cab6f7d16ca64dfcb0de002940d085c8cfe8b304 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 21 Mar 2017 18:18:11 +1100 Subject: More config tweaks. --- Gruntfile.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 428ef2d5b..7675e2f17 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,17 +16,8 @@ module.exports = function (grunt) { return string.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&') } - var path = require('path') var isTravis = require('is-travis') - var configBridge = grunt.file.readJSON('./grunt/configBridge.json', { encoding: 'utf8' }) - - Object.keys(configBridge.paths).forEach(function (key) { - configBridge.paths[key].forEach(function (val, i, arr) { - arr[i] = path.join('./docs', val) - }) - }) - // Project configuration. grunt.initConfig({ @@ -75,7 +66,7 @@ module.exports = function (grunt) { }, dist: { options: { - extends: '../../js/.babelrc' + extends: '../../.babelrc' }, files: { '<%= concat.bootstrap.dest %>' : '<%= concat.bootstrap.dest %>' -- cgit v1.2.3