Is there any CLI interface for editor? Similar to non-editor BabylonJS project where it is simple npm build to build project?
Because when BabylonJS Editor is used - some .babylon scenes/files are not generated when using plain npm build, but when build is triggered using BabylonJS Editor those .babylon files are created.
For Continuous Integration we want to setup nightly builds of our project and this is kinda show stopper.
Hello,
Is there any CLI interface for editor? Similar to non-editor BabylonJS project where it is simple
npm build
to build project? Because when BabylonJS Editor is used - some.babylon
scenes/files are not generated when using plainnpm build
, but when build is triggered using BabylonJS Editor those.babylon
files are created.For Continuous Integration we want to setup nightly builds of our project and this is kinda show stopper.
Thanks!