Skip to content

Commit

Permalink
Update ShareButtonsServiceProvider update publishing paths of javascr…
Browse files Browse the repository at this point in the history
…ipt files
  • Loading branch information
kudashevs committed Aug 14, 2023
1 parent 6cb2045 commit d9af454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/ShareButtonsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ public function boot()
], 'config');

$this->publishes([
__DIR__ . '/../../resources/js/share-buttons.js' => resource_path('assets/js/share-buttons.js'),
__DIR__ . '/../../resources/js/share-buttons.js' => resource_path('js/share-buttons.js'),
], ['js', 'vanilla']);

$this->publishes([
__DIR__ . '/../../resources/js/share-buttons.jquery.js' => resource_path('assets/js/share-buttons.js'),
__DIR__ . '/../../resources/js/share-buttons.jquery.js' => resource_path('js/share-buttons.js'),
], ['js', 'jquery']);

$this->publishes([
Expand Down

0 comments on commit d9af454

Please sign in to comment.