rixo / svench

A lightweight workbench to develop your Svelte components in isolation

Home Page:svench-docs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App.css, app.css paths have collided

jerrythomas opened this issue · comments

When cloning the repo on a case insensitive file system I am getting this error.

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:

'src/themes/default/app/App.css'
'src/themes/default/app/app.css'

Can we change one of the names so that the names don't collide?

commented

Hey!

This should already be fixed on next branch: #20

If you intend to do anything with Svench, you should at least use the next branch. It's way ahead of master.

It's not even the tip actually, there's a diverged branch and some things I need to commit on my machine centered around integration with Snowpack & Vite, and a cli tool. It's been going well, it's surely becoming the next master...

Anyway, may I ask if you have any special idea in mind for digging in this code?

Hi Jerry,

This issue has also now been fixed in the main branch. Do you want to check and let us know if your issue has been solved?

commented

Fixed on main branch. Feel free to reopen if you still have the problem.