CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
13.03k stars 3.51k forks source link

Hello, what is the CesiumDev directory under the build folder for? #11371

Closed guoshengqin2023 closed 1 year ago

guoshengqin2023 commented 1 year ago

Hello, what is the CesiumDev directory under the build folder for?

ggetz commented 1 year ago

Hi, this is a temporary build directory generated by running npm start. The start task will watch for changes to code and rebuild artifacts as needed upon request. We don't want to override the other build artifacts generated by the build and release tasks, so CesiumDev is used.

CesiumJS is a big project, so we use GitHub for feature requests and bug tracking exclusively. In the future, please take any questions to the Cesium Forum where there are members of the community and developers from the team who can help. Thanks!