Gulp: Search for gulpfile recently became case sensitive.

Created on 21 Jun 2016  路  3Comments  路  Source: gulpjs/gulp

My projects with gulpfiles called Gulpfile.js (note capitalization) that successfully built on linux a few hours ago are no longer building. The issue: running a gulp task terminates with No gulpfile found. renaming the file from Gulpfile.js to gulpfile.js successfully fixed the issue. As my builds were working recently, I suspect that sometime in the last few hours some upstream dependency of gulp must have changed the algorithm for finding the gulpfile. It seems like liftoff has recently updated, I wonder if that is related to this?

Most helpful comment

Rolled back the findup-sync upgrade. Published liftoff as 2.2.4

All 3 comments

Yes, that's the issue but it's a problem in a deep dependency. I've contacted the project maintainer.

It was a bug in micromatch, I just published a patch from @idobh2 (thanks!) that should fix it. see https://github.com/jonschlinkert/micromatch/pull/67#issuecomment-227562640.

if someone could reinstall and verify that the issue is fixed that would be great

Rolled back the findup-sync upgrade. Published liftoff as 2.2.4

Was this page helpful?
0 / 5 - 0 ratings