help wanted
倉庫指標
- Star
- (3,934 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.