Skip to content

Commit

Permalink
Remove the minify command
Browse files Browse the repository at this point in the history
simonhamp committed Dec 10, 2024
1 parent 028aec1 commit 110395d
Showing 2 changed files with 0 additions and 113 deletions.
111 changes: 0 additions & 111 deletions src/Commands/MinifyApplicationCommand.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/NativeServiceProvider.php
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@
use Native\Laravel\Commands\LoadPHPConfigurationCommand;
use Native\Laravel\Commands\LoadStartupConfigurationCommand;
use Native\Laravel\Commands\MigrateCommand;
use Native\Laravel\Commands\MinifyApplicationCommand;
use Native\Laravel\Commands\SeedDatabaseCommand;
use Native\Laravel\Contracts\ChildProcess as ChildProcessContract;
use Native\Laravel\Contracts\GlobalShortcut as GlobalShortcutContract;
@@ -36,7 +35,6 @@ public function configurePackage(Package $package): void
MigrateCommand::class,
FreshCommand::class,
SeedDatabaseCommand::class,
MinifyApplicationCommand::class,
BundleCommand::class,
])
->hasConfigFile()

0 comments on commit 110395d

Please sign in to comment.