Skip to content

Include partials.head instead of a head duplication #94

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

Closed
wants to merge 1 commit into from

Conversation

rozsazoltan
Copy link

Currently, we've declared almost the same content twice in the <head> (in partials.head and in welcome blade). The difference is that welcome.blade.php contains a precompiled CSS file, so when you make changes, even though TailwindCSS updates the compiled CSS, it's not loaded via Vite. This means you have to manually update it every time you start a new starter kit.

@rozsazoltan rozsazoltan changed the title Instead of a duplicated head, let's use the global partials.head Include partials.head instead of a head duplication May 18, 2025
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.

2 participants