This is needed because the current version of closure compiler we use does not include externs for valueAsNumber which we now use in ol.dom.Input. So this backports patch from issue: https://code.google.com/p/closure-compiler/issues/detail?id=1060 This patch should be reverted when the next closure compiler release is out with valueAsNumber externs.
41 lines
669 B
JSON
41 lines
669 B
JSON
{
|
|
|
|
"id": "ol",
|
|
|
|
"css-allowed-unrecognized-properties": [
|
|
"user-select"
|
|
],
|
|
|
|
"css-inputs": [
|
|
"../css/ol.css"
|
|
],
|
|
|
|
"css-output-file": "../build/ol.css",
|
|
|
|
"externs": [
|
|
"//json.js",
|
|
"../build/src/external/externs/types.js",
|
|
"../externs/bingmaps.js",
|
|
"../externs/geojson.js",
|
|
"../externs/topojson.js",
|
|
"../externs/oli.js",
|
|
"../externs/proj4js.js",
|
|
"../externs/tilejson.js",
|
|
"../externs/html5.js"
|
|
],
|
|
|
|
"inherits": "base.json",
|
|
|
|
"inputs": [
|
|
"../build/src/external/src/exports.js",
|
|
"../build/src/external/src/types.js"
|
|
],
|
|
|
|
"output-wrapper": "(function(){%output%})();",
|
|
|
|
"paths": [
|
|
"../src"
|
|
]
|
|
|
|
}
|