WapplerSystems / ws_scss

SASS Compiler for TYPO3
11 stars 25 forks source link

Files with identical name are not generated. #46

Closed Megafry closed 3 years ago

Megafry commented 3 years ago

Hi

I have noticed the following issue since i upgraded to the new version (from 1.4.3 to 1.5.2) When I include 2 files with the same name, only the last get's compiled.

page.includeCSS {
   news = base/Extensions/News/Less/Styles.less
   indexedSearch = base/Extensions/IndexedSearch/Less/Styles.less
}

Output:

<link rel="stylesheet" type="text/css" href="/typo3temp/assets/css/Styles.css" media="all">

RenderPreProcessorHook.php:157 (The code should also take into consideration the folder name)

best regards

Megafry commented 3 years ago

Sorry, wrong extension, I use ws_less not ws_scss I moved the issue to this page link