NASAWorldWind / WebWorldWind

The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.
881 stars 383 forks source link

RequireJS task optimization #146

Open Beak-man opened 7 years ago

Beak-man commented 7 years ago

Child of #537

The RequireJS task that builds the artifacts executes twice in the build process. Investigate and implement means of optimizing the task. Using worldwind.js and minifying from there could be an option.

One of the aims to pursue is to reduce building times within the continuous integration environment.

pdavidc commented 7 years ago

Note: @AkeluX mentioned that one potential impediment to optimizing the RequireJS task is the optimize setting, which strips copyright headers from 3rd party libraries that we want to preserve.

Beak-man commented 7 years ago

Good to know, @pdavidc. Thanks.