From 1c25a53876fee3932639404ca11910a623d62d57 Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Wed, 20 Jun 2012 18:42:56 +0200 Subject: [PATCH] Allow ?mode=ADVANCED on the test/index.html and make the output easier to debug. --- main.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/main.json b/main.json index 73099fb5b5..d8197ee1f2 100644 --- a/main.json +++ b/main.json @@ -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"