Merge pull request #1118 from twpayne/build-examples-together

Build examples together
This commit is contained in:
Tom Payne
2013-10-15 03:48:34 -07:00
3 changed files with 64 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"externs": [
"//json.js",
"//jquery-1.7.js",
"../externs/bingmaps.js",
"../externs/bootstrap.js",
"../externs/geojson.js",
"../externs/topojson.js",
"../externs/oli.js",
"../externs/proj4js.js",
"../externs/tilejson.js",
"../externs/closure-compiler.js"
],
"id": "simple",
"inherits": "base.json",
"inputs": [
"../build/examples/all.js",
"../build/src/internal/src/types.js"
]
}