Allow ?mode=ADVANCED on the test/index.html and make the output easier to debug.
This commit is contained in:
@@ -8,11 +8,17 @@
|
||||
|
||||
"define": {
|
||||
// "goog.dom.ASSUME_STANDARDS_MODE": true,
|
||||
"goog.DEBUG": true
|
||||
"goog.DEBUG": false
|
||||
},
|
||||
|
||||
"mode": "ADVANCED",
|
||||
"level": "VERBOSE",
|
||||
"pretty-print": true,
|
||||
"debug": true,
|
||||
|
||||
"experimental-compiler-options": {
|
||||
"generateExports": true
|
||||
},
|
||||
|
||||
"checks": {
|
||||
// acceptable values are "ERROR", "WARNING", and "OFF"
|
||||
|
||||
Reference in New Issue
Block a user