engine icon indicating copy to clipboard operation
engine copied to clipboard

Prepare an 'ice' command to build assets.

Open Dandielo opened this issue 5 years ago • 1 comments

This would introduce a new command (ex.: bake) that could be run at any point from the command line, resulting in compiling every asset that can be converted to the internal representation.

Dandielo avatar Oct 07 '20 10:10 Dandielo

Currently the 'run' command can be used with an optional -s, --scenario argument. This allows to define a custom set of tools to call to get a quick bake behaviour working.

This is done via the scenarios.json file in the workspace root.

Dandielo avatar Apr 18 '21 23:04 Dandielo