Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: remove more assets/views
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Nov 8, 2024
1 parent 6669dfd commit b303042
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Commands/HearthCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ public function handle()
}

// Resource stubs...
$this->filesystem->delete(resource_path('css/app.css'));
$this->filesystem->copyDirectory(__DIR__.'/../../stubs/resources/css/', resource_path('css'));
$this->filesystem->copyDirectory(__DIR__.'/../../stubs/resources/js/', resource_path('js'));
$this->filesystem->copyDirectory(__DIR__.'/../../stubs/resources/views/', resource_path('views'));
// $this->filesystem->delete(resource_path('css/app.css'));
// $this->filesystem->copyDirectory(__DIR__.'/../../stubs/resources/css/', resource_path('css'));
// $this->filesystem->copyDirectory(__DIR__.'/../../stubs/resources/js/', resource_path('js'));

// Vite configuration...
copy(__DIR__.'/../../stubs/vite.config.js', base_path('vite.config.js'));
Expand Down

0 comments on commit b303042

Please sign in to comment.