Skip to content

Commit

Permalink
Merge pull request #5532 from Laravel-Backpack/revert-5489-set-extens…
Browse files Browse the repository at this point in the history
…ion-scripts-styles

Revert "Set/Force the extension to JS/CSS on scripts and styles"
  • Loading branch information
pxpm authored Jun 4, 2024
2 parents d0cc722 + a6cbc04 commit ec7cbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resources/views/ui/inc/scripts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@if(is_array($path))
@basset(...$path)
@else
@basset($path, true, [], 'js')
@basset($path)
@endif
@endforeach
@endif
Expand Down
2 changes: 1 addition & 1 deletion src/resources/views/ui/inc/styles.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@if(is_array($path))
@basset(...$path)
@else
@basset($path, true, [], 'css')
@basset($path)
@endif
@endforeach
@endif
Expand Down

0 comments on commit ec7cbb5

Please sign in to comment.