With this change, the only two remaining generated scripts are build/exports.js and build/test/requireall.js. Both are only required by Plovr. With the Node based build task, a temporary exports.js file is created. The Node based server can be used to run the tests without build/test/requireall.js.
24 lines
382 B
JSON
24 lines
382 B
JSON
{
|
|
|
|
"id": "ol-all",
|
|
|
|
"externs": [
|
|
"../externs/bingmaps.js",
|
|
"../externs/closure-compiler.js",
|
|
"../externs/geojson.js",
|
|
"../externs/oli.js",
|
|
"../externs/olx.js",
|
|
"../externs/proj4js.js",
|
|
"../externs/tilejson.js",
|
|
"../externs/topojson.js",
|
|
"../externs/vbarray.js"
|
|
],
|
|
|
|
"inherits": "base.json",
|
|
|
|
"inputs": [
|
|
"../build/exports.js"
|
|
]
|
|
|
|
}
|