Hi,
I don't understand, I believe the source files are in the source
packages: I'm pretty sure glances/outputs/static/public/glances.js is
generated using webpack, see file glances/outputs/static/webpackg.config.js
So, I believe the correct solution should be to rebuild those .js files
rather than deleting them.
Building those .js files should probably be as simple as something along
this line:
1. delete the content of the glances/outputs/static/public folder
2. build the webui with webpack (see
https://github.com/nicolargo/glances/issues/2021#issuecomment-2752545679)
Could you investigate please?