Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a @head stack to the head.blade.php component #1567

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

caendesilva
Copy link
Member

Adds a @head stack to the head.blade.php component. My original plan was to move the existing meta stack, but this makes more sense and is more compatible. It allows code to be pushed to just before the end of the head component, just like in the scripts component.

Adds a `@head` stack to the `head.blade.php` component. My original plan was to move the existing meta stack, but this makes more sense and is more compatible. It allows code to be pushed to just before the end of the `head` component, just like in the scripts component.
@caendesilva caendesilva marked this pull request as ready for review February 13, 2024 14:34
Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (53d6aea) 100.00% compared to head (51e0ed8) 100.00%.

Additional details and impacted files
@@              Coverage Diff              @@
##              master     #1567     +/-   ##
=============================================
  Coverage     100.00%   100.00%             
- Complexity      1746      3492   +1746     
=============================================
  Files            180       360    +180     
  Lines           4723      9446   +4723     
=============================================
+ Hits            4723      9446   +4723     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@caendesilva caendesilva merged commit 7901a69 into master Feb 13, 2024
19 checks passed
@caendesilva caendesilva deleted the add-new-head-stack-to-match-scripts-stack branch February 13, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant