mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Correction config/index.js path for replace adn removing it from the root config for builds
This commit is contained in:
parent
8a2f216dda
commit
9268660b3d
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ module.exports = function (grunt) {
|
|||
{
|
||||
expand: true,
|
||||
cwd: '<%= server %>/config/',
|
||||
src: '**',
|
||||
src: '*.yml',
|
||||
dest: '<%= build %>/kibana/config'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -25,7 +25,7 @@ module.exports = function (grunt) {
|
|||
},
|
||||
{
|
||||
src: [join(src, 'server', 'config', 'index.js')],
|
||||
dest: join(build, 'dist', 'kibana', 'config', 'index.js')
|
||||
dest: join(build, 'dist', 'kibana', 'src', 'config', 'index.js')
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue