Allow build.js task to add header

This commit is contained in:
Tim Schaub
2014-10-30 12:18:08 -06:00
parent 127818f9b7
commit 4b7e52c76f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -69,7 +69,7 @@
],
"compilation_level": "ADVANCED",
"warning_level": "VERBOSE",
"output_wrapper": "// OpenLayers 3. See http://ol3js.org/\n(function(){%output%})();",
"output_wrapper": "(function(){%output%})();",
"use_types_for_optimization": true,
"manage_closure_dependencies": true