BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
845 stars 237 forks source link

Build and Package Editor-based Project Using CLI #446

Open martindeveloper opened 1 year ago

martindeveloper commented 1 year ago

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 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.

Thanks!