Some Jekyll tweaks for developer/debug mode
This commit is contained in:
parent
71fa2547be
commit
964eed08ea
5 changed files with 105 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue