-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Cloning the repository on MacOS, or other case insensitive OS, lead to a colission of two css files:
- 'Resources/Public/Css/Datatables.min.css'
- 'Resources/Public/Css/datatables.min.css'
Not sure wether the uppercase Datatables.min.css is a leftover or still needed. It's the older file.
https://github.com/TYPO3GmbH/blog/tree/master/Resources/Public/Css
Log from console:
$ git clone https://github.com/TYPO3GmbH/blog.git
Cloning into 'blog'...
remote: Enumerating objects: 10430, done.
remote: Counting objects: 100% (1698/1698), done.
remote: Compressing objects: 100% (226/226), done.
remote: Total 10430 (delta 1552), reused 1477 (delta 1472), pack-reused 8732 (from 2)
Receiving objects: 100% (10430/10430), 4.74 MiB | 207.00 KiB/s, done.
Resolving deltas: 100% (6243/6243), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'Resources/Public/Css/Datatables.min.css'
'Resources/Public/Css/datatables.min.css'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels