Skip to content

Commit adfc167

Browse files
lcharetteCopilot
andcommitted
Upgrade dependencies to 6.0.0-rc.3
- Bump userfrosting/framework and sprinkle-core to 6.0.0-rc.3 - Bump userfrosting/vite-php-twig to 1.2.0 - Add vite_css_preload() calls in stylesheets_site.html.twig - Upgrade Node.js from 20 to 24 in docker/app/Dockerfile - Upgrade Docker vue image from node:22-bullseye to node:24-bookworm - Run npm update Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b6ea34d commit adfc167

5 files changed

Lines changed: 248 additions & 238 deletions

File tree

app/templates/content/stylesheets_site.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{# This file should contain the list of css to include site wide. It will be injected into the base template headers #}
22
{# The `app` entry from Webpack config is loaded here #}
33
{% block stylesheets_site %}
4+
{{ vite_css_preload('main.ts') }}
5+
{{ vite_css_preload('search.ts') }}
46
{{ vite_css('main.ts') }}
57
{{ vite_css('search.ts') }}
68
{{ vite_preload('main.ts') }}

0 commit comments

Comments
 (0)