compilation_level is now just ADVANCED and SIMPLE
This commit is contained in:
@@ -326,7 +326,7 @@ def examples_star_json(name, match):
|
|||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"es5Strict"
|
"es5Strict"
|
||||||
],
|
],
|
||||||
"compilation_level": "ADVANCED_OPTIMIZATIONS",
|
"compilation_level": "ADVANCED",
|
||||||
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
|
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
|
||||||
"use_types_for_optimization": True,
|
"use_types_for_optimization": True,
|
||||||
"manage_closure_dependencies": True
|
"manage_closure_dependencies": True
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"es5Strict"
|
"es5Strict"
|
||||||
],
|
],
|
||||||
"compilation_level": "ADVANCED_OPTIMIZATIONS",
|
"compilation_level": "ADVANCED",
|
||||||
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
|
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
|
||||||
"use_types_for_optimization": true,
|
"use_types_for_optimization": true,
|
||||||
"manage_closure_dependencies": true
|
"manage_closure_dependencies": true
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"es5Strict"
|
"es5Strict"
|
||||||
],
|
],
|
||||||
"compilation_level": "ADVANCED_OPTIMIZATIONS",
|
"compilation_level": "ADVANCED",
|
||||||
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
|
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
|
||||||
"use_types_for_optimization": true
|
"use_types_for_optimization": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"es5Strict"
|
"es5Strict"
|
||||||
],
|
],
|
||||||
"compilation_level": "SIMPLE_OPTIMIZATIONS",
|
"compilation_level": "SIMPLE",
|
||||||
"output_wrapper": "%output%",
|
"output_wrapper": "%output%",
|
||||||
"use_types_for_optimization": false,
|
"use_types_for_optimization": false,
|
||||||
"manage_closure_dependencies": true
|
"manage_closure_dependencies": true
|
||||||
|
|||||||
+1
-1
@@ -55,7 +55,7 @@
|
|||||||
"jscomp_off": [
|
"jscomp_off": [
|
||||||
"es5Strict"
|
"es5Strict"
|
||||||
],
|
],
|
||||||
"compilation_level": "ADVANCED_OPTIMIZATIONS",
|
"compilation_level": "ADVANCED",
|
||||||
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
|
"output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();",
|
||||||
"use_types_for_optimization": true,
|
"use_types_for_optimization": true,
|
||||||
"manage_closure_dependencies": true
|
"manage_closure_dependencies": true
|
||||||
|
|||||||
Reference in New Issue
Block a user