You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i clear caches frontend is rendere fine. On reload, the scss files are not replaced. output stays on: <link rel="stylesheet" href="[/typo3conf/ext/template/Resources/Public/Scss/theme.scss?1709546612](http://oppliger.yaw.design/typo3conf/ext/template/Resources/Public/Scss/theme.scss?1709546612)" media="all" inlineoutput="true" sourcemap="true" outputfile="/typo3temp/assets/css/theme.css">
The CSS file is not being generated at all for me!
My configuration is TYPO3 12.4.13, ws_scss 12.0.5, local development with ddev, composer on macOS, and the following TypoScript:
If i clear caches frontend is rendere fine. On reload, the scss files are not replaced. output stays on:
<link rel="stylesheet" href="[/typo3conf/ext/template/Resources/Public/Scss/theme.scss?1709546612](http://oppliger.yaw.design/typo3conf/ext/template/Resources/Public/Scss/theme.scss?1709546612)" media="all" inlineoutput="true" sourcemap="true" outputfile="/typo3temp/assets/css/theme.css">
scss is not replaced.
T3 12.4.9 and ws_scss 12.0.5
includeCSS { theme = EXT:template/Resources/Private/Scss/theme.scss theme.inlineOutput = true theme.sourceMap = true theme.outputfile = EXT:template/Resources/Public/Css/theme.css }
Maybee anyone can give me a hint?
The text was updated successfully, but these errors were encountered: