jalmenarez / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Impropper CSS paths created in rewriteCSSUrls in Win Vista / XAMPP #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use XAMPP as your server on a windows machine

What is the expected output? What do you see instead?
Paths are created for CSS urls with the rewriteCSSUrls function... but on a
windows machine using XAMPP, the forward slashes are created as
backslashes, this not correctly rendering paths readable via CSS.

What version of the product are you using? On what operating system?
Windows Vista running XAMPP

Please provide any additional information below.
That's it :)

Original issue reported on code.google.com by ballsa...@gmail.com on 5 Feb 2008 at 4:52

GoogleCodeExporter commented 9 years ago
Upcoming alpha code should fix this.

Original comment by mrclay....@gmail.com on 28 Feb 2008 at 12:43

GoogleCodeExporter commented 9 years ago
New SVN code does not have this issue.

Original comment by mrclay....@gmail.com on 14 May 2008 at 4:24

GoogleCodeExporter commented 9 years ago
This issue still seems to be a problem with the 2.1.5 code i downloaded 
yesterday. All but a few of the paths come out right but the paths for some 
still come out with backslashes. Which particular version of the svn code fixes 
this issue?

Original comment by Unsane1...@gmail.com on 14 Aug 2012 at 8:27

GoogleCodeExporter commented 9 years ago
Please enable debug mode (see the wiki) so you can see the steps the URI 
rewriter is using. Please post the results (trimmed to the problematic URL) to 
the google group until we determine this is actually a bug.

Original comment by mrclay....@gmail.com on 15 Aug 2012 at 4:57