compilation_level is now just ADVANCED and SIMPLE

This commit is contained in:
Éric Lemoine
2014-07-02 12:20:48 +02:00
parent a157ecd788
commit f54398eda3
5 changed files with 5 additions and 5 deletions

View File

@@ -326,7 +326,7 @@ def examples_star_json(name, match):
"jscomp_off": [
"es5Strict"
],
"compilation_level": "ADVANCED_OPTIMIZATIONS",
"compilation_level": "ADVANCED",
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
"use_types_for_optimization": True,
"manage_closure_dependencies": True