Add a buildcfg/readme.md

This commit is contained in:
Éric Lemoine
2014-07-04 09:24:41 +02:00
parent 46149ff6f9
commit 07b02c2a55

12
buildcfg/readme.md Normal file
View File

@@ -0,0 +1,12 @@
# 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.