|
Debugging
Server Errors
You can find details by enabling FirePHP logging:
Hopefully you'll see the error appear: Minify: Something bad happened! Javascript/CSS ProblemsWhen Javascript errors occur, or URIs in CSS files are incorrectly rewritten, enable "debug mode" to ease debugging combined files:
In "debug mode":
Example: a combination of two Javascript files in debug mode /* firstFile.js */
/* 1 */ (function () {
/* 2 */ if (window.foo) {
...
/* 11 */ })();
;
/* secondFile.js */
/* 1 */ var Foo = window.Foo || {};
/* 2 */
...Example: Top of CSS output in debug mode docRoot : M:\home\foo\www currentDir : M:\home\foo\www\css file-relative URI : typography.css path prepended : M:\home\foo\www\css\typography.css docroot stripped : \css\typography.css traversals removed : /css/typography.css file-relative URI : ../images/bg.jpg path prepended : M:\home\foo\www\css\..\images\bg.jpg docroot stripped : \css\..\images\bg.jpg traversals removed : /images/bg.jpg Tips for handling Javascript errors
See Also | ||||||
► Sign in to add a comment
I am getting 400 Bad Request. I am testing locally using XAMP. My minify version is 2.1.5 .
Its really very frustrating
I am also getting a 400 Bad Request. I am using my hosting account