Skip to content

Commit

Permalink
Merge pull request #58 from Dimetriy/Issue-57
Browse files Browse the repository at this point in the history
Issue #57
  • Loading branch information
skeeks-semenov authored Dec 11, 2019
2 parents 47eebff + 050e90e commit 5c5fc7e
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 @@ -377,7 +377,7 @@ protected function _processingJsFiles($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 5c5fc7e

Please sign in to comment.