mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Tweaked build system to allow serving both marvel and kibana content without building and without symlinks
10 lines
No EOL
213 B
JavaScript
10 lines
No EOL
213 B
JavaScript
module.exports = function (config) {
|
|
return {
|
|
kibana: {
|
|
options: {
|
|
repository: 'https://github.com/elasticsearch/kibana.git',
|
|
directory: '<%= kibanaCheckoutDir %>'
|
|
}
|
|
}
|
|
};
|
|
}; |