From c0dc9facf0e1e0389139efc003a1827cab75f777 Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Fri, 22 Jun 2012 12:53:47 +0200 Subject: [PATCH] Let's use the handmade src/os.export.js instead of the automated generation from the @export jsdoc for testing. --- main.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/main.json b/main.json index 6177730616..5e5a6efe1f 100644 --- a/main.json +++ b/main.json @@ -1,7 +1,10 @@ { "id": "ol", - "inputs": "src/ol.js", + "inputs": [ + "src/ol.js", + "src/ol.export.js" + ], "paths": [ "src" ], @@ -20,9 +23,9 @@ "pretty-print": true, "debug": true, - "experimental-compiler-options": { - "generateExports": true - }, + // "experimental-compiler-options": { + // "generateExports": true + // }, "checks": { // acceptable values are "ERROR", "WARNING", and "OFF"