What were you expecting to happen?
Following the directions for splitting a gulpfile, I created a folder in the root of my repo called "gulpfile". I then moved my currently working ./gulpfile.js to ./gulpfile/index.js. Running gulp (via npx gulp), I would expect gulp to find the index.js file and execute the default task.
What actually happened?
Gulp reports No gulpfile found
What version of gulp are you using?
4.0.0
What versions of npm and node are you using?
npm: 6.4.1
node: 10.12.0
I'm not sure if this is a bug in the documentation or a bug with gulp-cli, so I figured I would start here.
What were you expecting to happen?
Following the directions for splitting a gulpfile, I created a folder in the root of my repo called "gulpfile". I then moved my currently working ./gulpfile.js to ./gulpfile/index.js. Running gulp (via
npx gulp), I would expect gulp to find the index.js file and execute the default task.What actually happened?
Gulp reports
No gulpfile foundWhat version of gulp are you using?
4.0.0
What versions of npm and node are you using?
npm: 6.4.1
node: 10.12.0
I'm not sure if this is a bug in the documentation or a bug with gulp-cli, so I figured I would start here.