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