Files
openlayers/buildcfg
Tim Schaub c93e80a14a Always regenerate info using all sources if any have changed
Because we don't know if a new or modified file includes changes to the class hierarchy, we regenerate info for all sources any time any one has changed.  An alternative would be to generate info first for the new or modified file and then (potentially) regenerate info for more source files in the class hierarchy, but this makes the generate-info.js task far more complicated.
2014-07-12 14:39:18 -06:00
..
2014-07-04 10:51:18 +02:00

Build configs

This directory includes configuration files (json) for the tasks/build.js build script.

Notes:

use_types_for_optimization is set to false for the SIMPLE and WHITESPACE builds. If it was set to true we would get function names like ol_control_Control_prototype$setMap in the compiled code when using the SIMPLE compilation. use_types_for_optimization is only appropriate for ADVANCED compilation. To be sure we also don't set it for WHITESPACE.