Skip to content

Commit

Permalink
Fix ListJS publisher paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Mar 2, 2024
1 parent c1b57cf commit 015fa02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Publishers/ListJSPublisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

class ListJSPublisher extends FrontendPublisher
{
protected $source = 'vendor/npm-asset/list.js/dist';
protected $path = 'listjs';
protected string $vendorPath = 'npm-asset/list.js/dist';
protected string $publicPath = 'font-listjs';
}

0 comments on commit 015fa02

Please sign in to comment.