From 7c2e0fa627b0e2ea363fc51be0748e3d7f122f76 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 27 Oct 2014 08:45:11 -0600 Subject: [PATCH] Verbose warnings --- build.py | 1 + config/examples-all.json | 1 + config/ol.json | 1 + 3 files changed, 3 insertions(+) diff --git a/build.py b/build.py index dd012dceb4..89fa86b4ee 100755 --- a/build.py +++ b/build.py @@ -345,6 +345,7 @@ def examples_star_json(name, match): "api", "observable" ], "compilation_level": "ADVANCED", + "warning_level": "VERBOSE", "output_wrapper": "// OpenLayers 3. See http://ol3.js.org/\n(function(){%output%})();", "use_types_for_optimization": True, "manage_closure_dependencies": True diff --git a/config/examples-all.json b/config/examples-all.json index f5b300e3ca..2ad36733e4 100644 --- a/config/examples-all.json +++ b/config/examples-all.json @@ -68,6 +68,7 @@ "api", "observable" ], "compilation_level": "ADVANCED", + "warning_level": "VERBOSE", "output_wrapper": "// OpenLayers 3. See http://ol3js.org/\n(function(){%output%})();", "use_types_for_optimization": true, "manage_closure_dependencies": true diff --git a/config/ol.json b/config/ol.json index 0740a4c8d5..1e86764780 100644 --- a/config/ol.json +++ b/config/ol.json @@ -58,6 +58,7 @@ "api", "observable" ], "compilation_level": "ADVANCED", + "warning_level": "VERBOSE", "output_wrapper": "(function(){%output%})();", "use_types_for_optimization": true, "manage_closure_dependencies": true