diff --git a/src/AssetsAutoCompressComponent.php b/src/AssetsAutoCompressComponent.php index 86b57b3..d35c211 100644 --- a/src/AssetsAutoCompressComponent.php +++ b/src/AssetsAutoCompressComponent.php @@ -557,7 +557,7 @@ protected function _processingCssFiles($files = []) } if ($resultContent) { - $content = implode($resultContent, "\n"); + $content = implode("\n", $resultContent); if (!is_dir($rootDir)) { if (!FileHelper::createDirectory($rootDir, 0777)) { return $files;