Open govolmec opened 8 years ago
I had the same issue and the answer provided by @haykeltalbi is correct.
It's a minor evil to break convention. I'd rather it be a lower-case 'c' to match all the other files in the project.
Totally agree with @TakenPilot
When building with gulp on Fedora 24, gulp looks for
./Closeable
insrc/browser/jsx/components/tabs
but the existing file is called./closeable
with a lower case 'c'. Renaming./closeable
->./Closeable
fixed the issue.