nds-org / workbench-webui

Web UI for the Workbench platform
0 stars 1 forks source link

Revert "chore: remove livereload Dockerfile (not needed)" #5

Closed bodom0015 closed 1 year ago

bodom0015 commented 1 year ago

Problem

We may need this after all :)

See https://github.com/nds-org/workbench-helm-chart/pull/38

make local does not recompile the webui source without running make compile every time..

Since make compile runs the prod build, this takes 30+ seconds for every change (compared the make dev development build which is nearly instantaneous)

Approach

Reverts nds-org/workbench-webui#3