Add target to concatenate and build all examples

This commit is contained in:
Tom Payne
2013-10-10 16:45:05 +02:00
parent effc09edd6
commit e2df5ceacb
2 changed files with 36 additions and 1 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"
]
}