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
+3
View File
@@ -0,0 +1,3 @@
{
"exports": ["*"]
}