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
7 lines
No EOL
150 B
JavaScript
7 lines
No EOL
150 B
JavaScript
module.exports = function (grunt) {
|
|
grunt.registerTask('setup', [
|
|
'clean:setup',
|
|
'gitclone:kibana',
|
|
'replace:dev_marvel_config'
|
|
]);
|
|
}; |