mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[esvm] put esvm behind a flag
This commit is contained in:
parent
c21c5c3747
commit
cbb1c0064c
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ module.exports = function (grunt) {
|
|||
options: {
|
||||
version: '^1.4',
|
||||
plugins: [
|
||||
'elasticsearch/marvel/latest',
|
||||
'mobz/elasticsearch-head'
|
||||
]
|
||||
},
|
||||
|
|
|
@ -11,7 +11,7 @@ module.exports = function (grunt) {
|
|||
'watch'
|
||||
];
|
||||
|
||||
if (grunt.option('no-es')) {
|
||||
if (!grunt.option('es')) {
|
||||
_.pull(tasks, 'esvm:dev');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue