mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[grunt] fix the plugins directory config
This commit is contained in:
parent
b1303a1bfc
commit
6c5111ce9a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = function (grunt) {
|
|||
src: __dirname + '/src', // unbuild version of build
|
||||
build: __dirname + '/build', // copy of source, but optimized
|
||||
app: __dirname + '/src/kibana', // source directory for the app
|
||||
plugins: __dirname + '/src/plugins', // source directory for the app
|
||||
plugins: __dirname + '/src/kibana/plugins', // source directory for the app
|
||||
server: __dirname + '/src/server', // source directory for the server
|
||||
target: __dirname + '/target', // location of the compressed build targets
|
||||
buildApp: __dirname + '/build/kibana', // build directory for the app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue