yhat / rodeo

A data science IDE for Python
Other
3.92k stars 410 forks source link

gulp build #508

Open govolmec opened 8 years ago

govolmec commented 8 years ago

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.

TheMushrr00m commented 8 years ago

I had the same issue and the answer provided by @haykeltalbi is correct.

TakenPilot commented 8 years ago

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.

TheMushrr00m commented 8 years ago

Totally agree with @TakenPilot