cesium
cesium copied to clipboard
Static `npm start` inside release ZIP file
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.
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.