ui5-tooling icon indicating copy to clipboard operation
ui5-tooling copied to clipboard

serve could watch file and directory changes to auto-refresh browser

Open henriquemattos opened this issue 6 years ago • 0 comments

Expected Behavior

I got used to webpack watch tool that listen to file and directory changes and trigger a recompilation automatically of the source code and triggers a browser refresh.

Current Behavior

(I assume) ui5 serve watches file and directory changes and they are available often it happens, but the browser refresh has to be triggered manually (ctrl shift r).

Steps to reproduce the issue

  1. Run ui5 serve -o /index.html;
  2. Change any file inside your project structure and save it;
  3. Refresh the browser without the need of running ui5 build.

Affected components

henriquemattos avatar Jul 23 '18 20:07 henriquemattos