mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
wait for optimization to complete before considering the dev server ready
This commit is contained in:
parent
68ba54334c
commit
e63800ed71
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module.exports = function (grunt) {
|
|||
devServer: {
|
||||
options: {
|
||||
wait: false,
|
||||
ready: /Server running/,
|
||||
ready: /\[optimize\]\[status\] Status changed from [a-zA-Z]+ to green/,
|
||||
quiet: false,
|
||||
failOnError: false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue