I made a small change to Cesium code in the “unminified” vesion… how to recreate a minified version of it ?
I tried also to change directly the minified version because it was a very little change (only a line) but without success : I can’t understand the minified syntax.
If you fork or download the source code from GitHub, you will be able to modify the code in the Source directory, then build both the minified and unminified versions of Cesium.js using the provided build scripts. Also consider contributing the fix back to the project so that everyone can benefit!