Open GoogleCodeExporter opened 9 years ago
Open up min/builder/_index.js to line 71:
http://code.google.com/p/minify/source/browse/tags/release_2.1.3/min/builder/_in
dex.js#71
CHANGE:
var url = 'http://' + location.host + '/'
TO:
var url = location.protocol + '//' + location.host + '/'
Does this fix?
Original comment by mrclay....@gmail.com
on 1 Feb 2010 at 7:04
BTW, if not, you should open up Firebug's Net tab and see why the requests are
failing.
Original comment by mrclay....@gmail.com
on 1 Feb 2010 at 7:05
it works for me now, thanks a lot!
Original comment by alexlv...@gmail.com
on 2 Feb 2010 at 10:32
I can confirm that the fix works.
Original comment by ze...@zero3.dk
on 1 Mar 2013 at 1:32
Fixed on github, have not mirrored here yet
https://github.com/mrclay/minify/commit/cb75a4fd30a11ebd7d445347b31a2ec2197cc713
Original comment by mrclay....@gmail.com
on 1 Mar 2013 at 2:29
[deleted comment]
@locationroura Seek help on the Minify google group.
Original comment by mrclay....@gmail.com
on 31 May 2013 at 5:10
Original issue reported on code.google.com by
alexlv...@gmail.com
on 1 Feb 2010 at 6:09