WapplerSystems / ws_scss

SASS Compiler for TYPO3
11 stars 25 forks source link

css file not loaded on reload #82

Open slowhand11 opened 7 months ago

slowhand11 commented 7 months ago

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 commented 6 months ago

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 commented 5 months ago

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