Fixxed assets URLs (on Windows, DS is \ !)
This commit is contained in:
@@ -339,6 +339,6 @@ class AsseticAssetManager implements AssetManagerInterface
|
||||
$writer->writeAsset($asset);
|
||||
}
|
||||
|
||||
return rtrim($outputUrl, DS) . DS . trim($outputRelativeWebPath, DS) . DS . trim($assetFileDirectoryInAssetDirectory, DS) . DS . ltrim($assetTargetFilename, DS);
|
||||
return rtrim($outputUrl, '/') . '/' . trim($outputRelativeWebPath, '/') . '/' . trim($assetFileDirectoryInAssetDirectory, '/') . '/' . ltrim($assetTargetFilename, '/');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user