Closed GoogleCodeExporter closed 9 years ago
Strange. By "path" do you mean filesystem path or URI path? Full path or from
doc_root?
In the cache directory, the plaintext files are like "minify_[md5]" (no
extension).
Can you verify that these files are correct (no path at top)? I don't know if
this
is what you meant by "cache is correct".
Can you tell in Firebug if the response is deflated/gzipped?
Original comment by mrclay....@gmail.com
on 4 Mar 2009 at 5:10
The complete filesystem path.
The cache is OK - both plain text, deflated and gzipped - meaning there is no
extra
path at the top.
The output from minify is indeed deflated/gzipped, but the extra path is at the
top
(not deflated/gzipped) - breaking the browser (and Firebug). If I fecth the
output
from minify with wget/curl, remove the extra path line, I'm able to unencode
the output.
So the simple question (for you who know minify) is, where is the path line
added?
PS! The only "special" setting I have, is that I actually have set
$min_documentRoot.
Original comment by hansfn@gmail.com
on 4 Mar 2009 at 11:56
Could you try the 2.1.2 I uploaded today, install fresh and manually reset your
config.php?
Is it the path of the cache file or the source file?
Can we try to resolve this over IM/e-mail? I'm usually on 8AM-5PM GMT-5. Check
http://mrclay.org/ for contact info. I'll probably suggest sticking exit() in
various places :)
Original comment by mrclay....@gmail.com
on 5 Mar 2009 at 1:25
OK, as I predicted in my first post - I had done something very stupid/wrong.
When
debugging issue 92, I added an "echo $path;" statement and forgot to remove it.
I
downloaded the new 2.1.2 (that you uploaded today) and a recursive diff made the
error immediately clear.
I'm sorry about the noise and wasted time and effort. Please close this issue.
Hans
Original comment by hansfn@gmail.com
on 5 Mar 2009 at 1:57
No problem.
Original comment by mrclay....@gmail.com
on 5 Mar 2009 at 12:51
Original issue reported on code.google.com by
hansfn@gmail.com
on 4 Mar 2009 at 12:50