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

css file not loaded on reload #82

Open
slowhand11 opened this issue Mar 4, 2024 · 2 comments
Open

css file not loaded on reload #82

slowhand11 opened this issue Mar 4, 2024 · 2 comments

Comments

@slowhand11
Copy link

slowhand11 commented Mar 4, 2024

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?

@KarinGerbrich
Copy link

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:

page.includeCSS {
    bootstrap = EXT:mein-sitepackage/Resources/Private/Scss/base-layout.scss
    bootstrap {
        inlineoutput = false
        outputdir = typo3temp/assets/css/
    }
}

Do you already have a solution?

@slowhand11
Copy link
Author

Not really, but in your case, try outputfile instead of outputdir

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

No branches or pull requests

2 participants