help wanted
Repository metrics
- Stars
- (3,934 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
When building with gulp on Fedora 24, gulp looks for ./Closeable in src/browser/jsx/components/tabs but the existing file is called ./closeable with a lower case 'c'. Renaming ./closeable ->./Closeable fixed the issue.