mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 05:25:36 +07:00
chore: enable json minification
This commit is contained in:
@@ -122,7 +122,7 @@ foreach ($repos as $repo) {
|
||||
}
|
||||
|
||||
// 4. Save to JSON
|
||||
$json = json_encode($plugins, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
|
||||
$json = json_encode($plugins, JSON_UNESCAPED_SLASHES);
|
||||
file_put_contents($outputFile, $json);
|
||||
|
||||
echo "Done! Generated " . count($plugins) . " plugins in JSON.\n";
|
||||
|
||||
Reference in New Issue
Block a user