Files
openlayers/buildcfg
Tim Schaub 4dc601f30d Generate a ol-debug.js script useful for debugging
Instead of running everything through the Compiler just to remove whitespace, we provide a build that is a simple concatenation of all scripts in dependency order.  This build (ol-debug.js) should never be used in production (the same applies to the old ol-whitespace.js build).  Instead, the intention is that it be used to aid in debugging during development.
2014-07-17 21:33:02 -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.