opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.65k stars 857 forks source link

Add Browser sync during development #679

Open ashwin-pc opened 3 years ago

ashwin-pc commented 3 years ago

Is your feature request related to a problem? Please describe.

Currently while developing on a Dashboards plugin, updating the code triggers a rebuild, but unfortunately a manual page refresh is needed to pull the latest UI changes to the browser.

Describe the solution you'd like

We can use browser-sync to make this less cumbersome

Describe alternatives you've considered

Additional context

Add any other context or screenshots about the feature request here.

tmarkley commented 3 years ago

Hey Ashwin, this is a good recommendation. I don't think this is something our core team will be able to get to for a while, but if you want to take a stab at getting this to work we'd happily support you and review PRs.