Skip to content

Commit df90602

Browse files
fix: remove orphan line of minifier
1 parent 689db40 commit df90602

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

classes/JsArray.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public function saveJS(string $to): void
2424
$js .= $minifier->minify();
2525
}
2626
}
27-
$minifier->minify($to);
2827
} else {
2928
// merge content
3029
foreach ($this as $file) $js .= @wire()->files->fileGetContents($file);

0 commit comments

Comments
 (0)