DEV: Stop using sprockets for 'use ember cli' stylesheet (#28633)

This was throwing the "Discourse does not support compiling scss/sass files via Sprockets" error if the file was not cached
This commit is contained in:
David Taylor 2024-08-29 10:38:27 +01:00 committed by GitHub
parent 95b09dd777
commit 8b6c5da755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<title><%= content_for?(:title) ? yield(:title) : SiteSetting.title %></title>
<%= stylesheet_link_tag(:ember_cli) %>
<%= discourse_stylesheet_link_tag(:ember_cli) %>
</head>
<body class="requires-ember-cli">