Closed czettnersandor closed 11 years ago
The generated css file under media/sass/ directory contains the same url as it was in the skin folder. For example:
It should be overwritten to the absolute skin path. See the Magento CSS compressor how it works.
beforeMergeCss() in Mage_Core_Model_Design_Package
Issue fixed in version 1.0.1 of this extension. I also updated the extension on Magento Connect.
Thx for reporting this bug.
The generated css file under media/sass/ directory contains the same url as it was in the skin folder. For example:
nav { background: url(../images/menu.gif); }
It should be overwritten to the absolute skin path. See the Magento CSS compressor how it works.
beforeMergeCss() in Mage_Core_Model_Design_Package