mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 04:41:29 +02:00
Update Debugging.wiki.md
This commit is contained in:
@@ -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:
|
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/)
|
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":
|
In "debug mode":
|
||||||
@@ -77,4 +77,4 @@ traversals removed : /images/bg.jpg
|
|||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
* CommonProblems
|
* CommonProblems
|
||||||
|
Reference in New Issue
Block a user