Clean up and simplify build system

This commit is contained in:
Tom Payne
2012-08-02 14:02:37 +02:00
parent b0899863a8
commit fbdc0a1ce1
8 changed files with 44 additions and 200 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"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/webgl-debug.js"
],
"level": "VERBOSE",
"mode": "ADVANCED",
"paths": "src"
}