Bundle.js is not updating after I changed some html code?

  1. Downloaded code from elastic search 6.3.0 and ran with /bin/elasticsearch command.
    2.Downloaded code from kibana 6.3.0 and ran with /bin/kibana command
  2. just added some code in src/core_plugins/kibana/public/management/landing.html file as shown below

Original code:


{{::section.display}}

Modified code:


testing {{::section.display}}
  1. It's not reflecting in optimise/bundle/kibana.bundle.js and UI.

Above all steps i followed. it is correct or not?

is there anything else i have to follow to update optimise/bundle/kibana.bundle.js?

package.json

{
"name": "kibana",
"description": "Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch.",
"keywords": [
"kibana",
"elasticsearch",
"logstash",
"analytics",
"visualizations",
"dashboards",
"dashboarding"
],
"version": "6.2.4",
"branch": "6.x",
"build": {
"number": 16627,
"sha": "ee501cfd9c1281cfbd6948e1c5f80dc9356ee56f"
},
"repository": {
"type": "git",
"url": "https://github.com/elastic/kibana.git"
},
"engines": {
"node": "6.14.0"
}
}

The changes you make do not show up after you stop/start Kibana?

Yes.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.