Merge pull request #6704 from openlayers/include-typedefs

Include typedefs.js in closure compiler tutorial build configurations
This commit is contained in:
Marc Jansen
2017-04-13 08:27:19 +02:00
committed by GitHub

View File

@@ -172,6 +172,7 @@ The minimum config file looks like this:
"ol.ENABLE_WEBGL=false" "ol.ENABLE_WEBGL=false"
], ],
"js": [ "js": [
"node_modules/openlayers/src/ol/typedefs.js",
"node_modules/openlayers/externs/olx.js", "node_modules/openlayers/externs/olx.js",
"node_modules/openlayers/externs/oli.js" "node_modules/openlayers/externs/oli.js"
], ],
@@ -223,6 +224,7 @@ Here is a version of `config.json` with more compilation checks enabled:
"ol.ENABLE_WEBGL=false" "ol.ENABLE_WEBGL=false"
], ],
"js": [ "js": [
"node_modules/openlayers/src/ol/typedefs.js",
"node_modules/openlayers/externs/olx.js", "node_modules/openlayers/externs/olx.js",
"node_modules/openlayers/externs/oli.js" "node_modules/openlayers/externs/oli.js"
], ],