Clean up build system and add demos

This commit is contained in:
Tom Payne
2012-08-07 14:17:15 +02:00
parent e1e64b0fde
commit 0a4d31417f
12 changed files with 163 additions and 110 deletions

36
base.json Normal file
View File

@@ -0,0 +1,36 @@
{
"checks": {
"accessControls": "ERROR",
"visibility": "ERROR",
"checkTypes": "ERROR",
"checkRegExp": "ERROR",
"checkVars": "ERROR",
"deprecated": "ERROR",
"fileoverviewTags": "ERROR",
"invalidCasts": "ERROR",
"missingProperties": "ERROR",
"nonStandardJsDocs": "ERROR",
"undefinedVars": "ERROR"
},
"define": {
"goog.dom.ASSUME_STANDARDS_MODE": true,
"goog.DEBUG": false
},
"externs": [
"externs/bingmaps.js",
"externs/tilejson.js",
"externs/webgl-debug.js"
],
"level": "VERBOSE",
"mode": "ADVANCED",
"paths": "src",
"treat-warnings-as-errors": true
}