Erios909 / ShipCore-The-Game

A game in the ShipCore universe by Erios909
Other
5 stars 4 forks source link

Added task for compiling the project in Tweego watch mode. #74

Closed Dimi1010 closed 10 months ago

Dimi1010 commented 10 months ago

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.