I notice that when i activate "Store CSS as files", all background image path is converted from relative such as
into absolute URL such as
In my opinion that should not be done, and path should be still relative.
The domain should not be inserted to the path.
Thank you.
Code:
/styles/default/something.png
Code:
http://example.com/styles/default/something.png
In my opinion that should not be done, and path should be still relative.
The domain should not be inserted to the path.
Thank you.