mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[folder structure] src/plugins -> src/core_plugins
This commit is contained in:
parent
a30cae3316
commit
81efe3b734
572 changed files with 12 additions and 12 deletions
|
@ -10,7 +10,7 @@ module.exports = function (grunt) {
|
|||
root: __dirname,
|
||||
src: __dirname + '/src',
|
||||
buildDir: __dirname + '/build', // temporary build directory
|
||||
plugins: __dirname + '/src/plugins',
|
||||
plugins: __dirname + '/src/core_plugins',
|
||||
server: __dirname + '/src/server',
|
||||
target: __dirname + '/target', // location of the compressed build targets
|
||||
testUtilsDir: __dirname + '/src/test_utils',
|
||||
|
|
|
@ -93,7 +93,7 @@ module.exports = function (program) {
|
|||
pluginDirCollector,
|
||||
[
|
||||
fromRoot('plugins'),
|
||||
fromRoot('src/plugins')
|
||||
fromRoot('src/core_plugins')
|
||||
]
|
||||
)
|
||||
.option(
|
||||
|
|
|
@ -35,7 +35,7 @@ export async function rebuildCache(settings, logger) {
|
|||
},
|
||||
plugins: {
|
||||
initialize: false,
|
||||
scanDirs: [settings.pluginDir, fromRoot('src/plugins')]
|
||||
scanDirs: [settings.pluginDir, fromRoot('src/core_plugins')]
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue