yhat/rodeo

gulp build

Open

#508 aberto em 17 de out. de 2016

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (473 forks)batch import
help wanted

Métricas do repositório

Stars
 (3.934 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador