diff options
| author | Bardi Harborow <[email protected]> | 2017-03-21 18:18:11 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2017-03-21 21:37:33 +1100 |
| commit | cab6f7d16ca64dfcb0de002940d085c8cfe8b304 (patch) | |
| tree | 46380fdfc3c66535653b0e7170e6f6fa9eb77b57 /Gruntfile.js | |
| parent | 1ecb74e007b8f2c00f89ff083fb7732098d019f7 (diff) | |
| download | bootstrap-cab6f7d16ca64dfcb0de002940d085c8cfe8b304.tar.xz bootstrap-cab6f7d16ca64dfcb0de002940d085c8cfe8b304.zip | |
More config tweaks.
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 11 |
1 files changed, 1 insertions, 10 deletions
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 %>' |
