tatsuyafw / gulp-nightwatch

gulp plugin for Nightwatch.js
MIT License
30 stars 18 forks source link

Not compatible with >= gulp 4.0 #37

Closed GrayedFox closed 6 years ago

GrayedFox commented 8 years ago

Hey there,

Empty arrays are no longer supported for gulp.src in the latest Gulp 4.0.

Could you provide a working example that gets around this limitation?

danteoh commented 8 years ago

I just did gulp.src('gulpfile.js')... works for meow.