cesium icon indicating copy to clipboard operation
cesium copied to clipboard

Static `npm start` inside release ZIP file

Open sanjeetsuhag opened this issue 2 years ago • 1 comments

Due to the following missing files in the release ZIP, the npm start command fails to run:

  • build.cjs
  • Apps/Sandcastle/.jshintrc

I could be wrong but I think we should not have to run any build step and simply serve up the pre-built files.

sanjeetsuhag avatar Aug 01 '22 14:08 sanjeetsuhag

We can consider a completely static server on start for the release zip, but we'll need to configure a sperate task (or sperate options) for release vs local development.

ggetz avatar Aug 01 '22 19:08 ggetz