i have installed both revolution-2.2.1-pl and revolution-2.2.2-pl on my webserver.
i am using symlinks because i have to directories (modx and modx_old) that referes to the revolution-2.2.2-pl dir and the revolution-2.2.1-pl dir.
When i activate compress_css the manager fails to load some background-images that are referred in minified css files.
This happens because the path in css files looks like this:
lexusburn created Redmine issue ID 7815
i have installed both revolution-2.2.1-pl and revolution-2.2.2-pl on my webserver. i am using symlinks because i have to directories (modx and modx_old) that referes to the revolution-2.2.2-pl dir and the revolution-2.2.1-pl dir.
My directory listing looks like this:
When i activate compress_css the manager fails to load some background-images that are referred in minified css files. This happens because the path in css files looks like this:
My quick & dirty resolution for this is to disable CSS URL rewriting in minifier by changing
to
in manager/min/index.php
now i get the image path like this:
i added these mod_rewrite-hack in manager/.htaccess to rewrite this url:
Can anyone help me to get another better resolution for this problem?