BabylonJS / Editor

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

Build and Package Editor-based Project Using CLI #446

Open martindeveloper opened 8 months ago

martindeveloper commented 8 months 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!