Skip to content

Commit

Permalink
Remove Empty CSS
Browse files Browse the repository at this point in the history
Having this only slows down the initial request to Laravel Nova. laravel/nova-issues#3474
  • Loading branch information
crynobone authored Jul 26, 2021
1 parent fb86ff5 commit fa3cbb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ToolServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ToolServiceProvider extends ServiceProvider
public function boot()
{
Nova::script('nova-impersonate', __DIR__.'/../dist/js/field.js');
Nova::style('nova-impersonate', __DIR__.'/../dist/css/field.css');

$this->loadViewsFrom(__DIR__.'/../resources/views', 'nova-impersonate');

Expand Down

0 comments on commit fa3cbb4

Please sign in to comment.