Allow ?mode=ADVANCED on the test/index.html and make the output easier to debug.

This commit is contained in:
Petr Pridal
2012-06-20 18:42:56 +02:00
parent 453d2e9c08
commit 1c25a53876

View File

@@ -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"