mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 16:44:44 +02:00
Issue 233
This commit is contained in:
@@ -253,7 +253,7 @@ class Minify {
|
||||
if (self::$_options['contentType'] === self::TYPE_CSS
|
||||
&& self::$_options['rewriteCssUris']) {
|
||||
reset($controller->sources);
|
||||
while (list($key, $source) = each($controller->sources)) {
|
||||
foreach($controller->sources as $key => $source) {
|
||||
if ($source->filepath
|
||||
&& !isset($source->minifyOptions['currentDir'])
|
||||
&& !isset($source->minifyOptions['prependRelativePath'])
|
||||
|
Reference in New Issue
Block a user