Let's use the handmade src/os.export.js instead of the automated generation from the @export jsdoc for testing.

This commit is contained in:
Petr Pridal
2012-06-22 12:53:47 +02:00
parent a5e9757234
commit c0dc9facf0
+7 -4
View File
@@ -1,7 +1,10 @@
{ {
"id": "ol", "id": "ol",
"inputs": "src/ol.js", "inputs": [
"src/ol.js",
"src/ol.export.js"
],
"paths": [ "paths": [
"src" "src"
], ],
@@ -20,9 +23,9 @@
"pretty-print": true, "pretty-print": true,
"debug": true, "debug": true,
"experimental-compiler-options": { // "experimental-compiler-options": {
"generateExports": true // "generateExports": true
}, // },
"checks": { "checks": {
// acceptable values are "ERROR", "WARNING", and "OFF" // acceptable values are "ERROR", "WARNING", and "OFF"