cesium icon indicating copy to clipboard operation
cesium copied to clipboard

Documentation/Build Guide: Missing step to run build command

Open ethanchristensen01 opened this issue 2 years ago • 2 comments

The Build Guide should include a step to run npm build in the "Quickstart" and "Build the Code" sections.

If npm build is not run before npm serve, the shaders are never converted from .glsl to .js files, and the dev server crashes when it cannot find them. This seems to be documented in the VSCode Guide, but this note is missing from the Build Guide.

ethanchristensen01 avatar Aug 01 '23 22:08 ethanchristensen01

I would like to tackle this ticket, From JTC.

devkthines avatar Aug 26 '24 06:08 devkthines

@devkthines You got it!

ggetz avatar Aug 26 '24 13:08 ggetz