Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use minified Cesium in Node.js unless NODE_ENV=development #7514

Merged
merged 2 commits into from
Jan 31, 2019
Merged

Commits on Jan 24, 2019

  1. Use minified Cesium in Node.js unless NODE_ENV=development

    We know that removing debug code in Cesium can provide a substantial
    speed improvement, but previously the Node.js version would always use
    separate modules.  This change allows Node.js to load the combined/minified
    version by default, for improved performance, and only loads the old
    separate modules if NODE_ENV=development (which is the standard mechanism
    for enabling extra debugging checks in most node packages.
    mramato committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    1697107 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    2b4cc47 View commit details
    Browse the repository at this point in the history