Generate a ol-debug.js script useful for debugging
Instead of running everything through the Compiler just to remove whitespace, we provide a build that is a simple concatenation of all scripts in dependency order. This build (ol-debug.js) should never be used in production (the same applies to the old ol-whitespace.js build). Instead, the intention is that it be used to aid in debugging during development.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* This loader is used for the hosted examples. It is used in place of the
|
||||
* development loader (examples/loader.js).
|
||||
*
|
||||
* The ol.js, ol-whitespace.js, and ol-deps.js scripts are built by OL3's
|
||||
* The ol.js, ol-debug.js, and ol-deps.js scripts are built by OL3's
|
||||
* build.py script. They are located in the ../build/ directory, relative to
|
||||
* this script.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user