WapplerSystems / ws_scss

SASS Compiler for TYPO3
11 stars 25 forks source link

Conflict with same Scss fileName in v11 branch #77

Closed nhovratov closed 8 months ago

nhovratov commented 8 months ago

I have a multi-domain setup, where each site has a Main.scss file. Due to the missing hash of the file path, a Css file of the wrong site is loaded.

In the old version 1.2.1 this was added to the hash: hash('sha1', $file) which seems to be missing now.

Might also affect the current v12 branch.

For reference: https://github.com/WapplerSystems/ws_scss/blob/80b763f7b1962bf26dcc38de8ba2f48c1e89e501/Classes/Hooks/RenderPreProcessorHook.php#L160-L165

svewap commented 8 months ago

You can use the .outputfile parameter as workaround.