Since Erios mentioned he mostly uses the Tweego compiler in watch mode.
Added task "Tweego Compile Continuous" that launches the compiler in watch mode scanning for changes in the src/* directory and updating the compiled file in ./out/index.html
The task can be run as a regular VS Code task and it will stay alive until cancelled in the VS Code terminal.
Static resource files still need to be updated manually in the output directory via running the "Copy Static Resources" task, running a general build task or copying them manually.
Since Erios mentioned he mostly uses the Tweego compiler in watch mode.
Added task "Tweego Compile Continuous" that launches the compiler in watch mode scanning for changes in the src/* directory and updating the compiled file in ./out/index.html
The task can be run as a regular VS Code task and it will stay alive until cancelled in the VS Code terminal.
Static resource files still need to be updated manually in the output directory via running the "Copy Static Resources" task, running a general build task or copying them manually.