Hello. My project has a lot of included css files, like Bootstrap, Font Awesome, css files of several visual javascript plugins. Today I tried to combine it into single css file. But when I got single file, it loses all integrity of relative paths, and now Font Awesome tries to load his resources from wrong directory. How this situation can be solved? I think there should be an option to tell Cssmin or joiner to extract relative paths inside files to absolute. But where it can be found?