Closed joeke closed 8 years ago
If you include a css file with relative file path includes ( For example a font: src:url('../yourwebfont.eot'); ) the source path isn't correctly rewritten to the full absolute path.
src:url('../yourwebfont.eot');
Example php files of how uri rewriting is handled in MrClay Minify script (which does work correctly): mrclay-minify-urirewrite.zip
Fixed with commit https://github.com/joeke/modx-minify/commit/b26128a56693b0e526126830581f61ac05fcde8d
If you include a css file with relative file path includes ( For example a font:
src:url('../yourwebfont.eot');
) the source path isn't correctly rewritten to the full absolute path.