1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-19 04:11:20 +02:00

Update Debugging.wiki.md

This commit is contained in:
Steve Clay
2015-10-02 13:40:12 -04:00
parent d184597a2f
commit 590cf9b57e

View File

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