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
+3 -31
View File
@@ -1,37 +1,9 @@
{
"id": "ol-skeleton",
"inputs": "skeleton.js",
"inherits": "ol-base.json",
"paths": [
"src"
],
"define": {
"goog.dom.ASSUME_STANDARDS_MODE": true,
"goog.DEBUG": false
},
"externs": [
"externs/bingmaps.js",
"externs/webgl-debug.js"
],
"mode": "ADVANCED",
"level": "VERBOSE",
"checks": {
"accessControls": "ERROR",
"visibility": "ERROR",
"checkTypes": "ERROR",
"checkRegExp": "ERROR",
"checkVars": "ERROR",
"deprecated": "ERROR",
"fileoverviewTags": "ERROR",
"invalidCasts": "ERROR",
"missingProperties": "ERROR",
"nonStandardJsDocs": "ERROR",
"undefinedVars": "ERROR"
}
"inputs": "skeleton.js"
}