From 590cf9b57efaec6c60876754ccf2519b7462520a Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Fri, 2 Oct 2015 13:40:12 -0400 Subject: [PATCH] Update Debugging.wiki.md --- docs/Debugging.wiki.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Debugging.wiki.md b/docs/Debugging.wiki.md index fbdc7f4..0751ef1 100644 --- a/docs/Debugging.wiki.md +++ b/docs/Debugging.wiki.md @@ -22,7 +22,7 @@ Minify: Something bad happened! When Javascript errors occur, or URIs in CSS files are incorrectly rewritten, enable "debug mode" to ease debugging combined files: - 1. Set `$min_allowDebugFlag = 'true'` in config.php + 1. Set `$min_allowDebugFlag = true;` in config.php 1. Append `&debug` to the Minify URI. E.g. `/min/?f=script1.js,script2.js&debug` (or use the bookmarklet provided by /min/builder/) In "debug mode": @@ -77,4 +77,4 @@ traversals removed : /images/bg.jpg ## See Also - * CommonProblems \ No newline at end of file + * CommonProblems