Some Jekyll tweaks for developer/debug mode

This commit is contained in:
Jeff Parsons 2016-02-09 14:55:16 -08:00
commit 964eed08ea
5 changed files with 105 additions and 6 deletions

View file

@ -39,7 +39,7 @@
* so that all DEBUG-only code will be removed by the compiler.
*
* However, when we're in "development mode" and want to run uncompiled code without any DEBUG-only
* code, we must arrange for this additional file, nodebug.js, to be loaded as early as possible,
* code, we must arrange for this additional file (nodebug.js) to be loaded immediately after defines.js,
* which will then set DEBUG to false at runtime.
*/
DEBUG = false;