thomaskieslich / TYPO3.tkcropthumbs

TYPO3 Extension
1 stars 1 forks source link

case problem in Resources folders #2

Closed atnexxt closed 10 years ago

atnexxt commented 10 years ago

In the backend templates the CSS and JS files are linked to "…Resources/Public/Css/…” and "…/Js/…” accordingly, but the folders itself are named "css” and "js". So the files can't be loaded if FS is case sensitive.

thomaskieslich commented 10 years ago

In Version 6.2.5 it is all ok. I Develop on Linux and there are no Problems.

atnexxt commented 10 years ago

Have a look into the master branch on Github. There is the problem. ;-)

thomaskieslich commented 10 years ago

Thanks for Pointed it out ;-) ignorecase = false in config did the Job.