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:
Tim Schaub
2014-07-17 21:22:46 -06:00
parent 28a23a11b5
commit 4dc601f30d
4 changed files with 9 additions and 71 deletions

View File

@@ -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.
*