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

View File

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