Skip to content

Commit

Permalink
fix #57
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Dec 11, 2019
1 parent 5c5fc7e commit c01b7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AssetsAutoCompressComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c01b7a7

Please sign in to comment.