-
Type: Epic
-
Status: Open
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
We need to improve Visual Studio Developer experience. Hot reload time is really too slow for HTML dev.
The goal is to replace server files while a local server is running. When using `dev.mode` web resources are not cached and are fetched on each request.
Goal is to replace server files while a local server is running. When using `dev.mode` web resources are not cached and are fetched on each request.
We need two modes:
- A first one: for working with local resources:
+ Due to a local clone of a Gitlab Access
+ Due to a project that will bring all the web resources in the Java Structure (not common) - Second one: for updating the local server with the remote resources
Files are copied into an exploded `war`; so after a restart, only resources from the jar (latest Studio hot reload) file from Studio will be deployed in the current server.