Closed itlessons closed 6 years ago
gulp-bundle-assets
was never intended to work with gulp 4. gulp-bundle-assets
should still be using gulp 3 under the covers even if you're using a gulp 4 gulpfile
. I bet there's a shared dependency that breaks things since I never shrinkwrapped (or package locked) this module.
I don't have any plans to update this module for gulp 4 support. sorry.
After update to Gulp 4.0.0-alpha.3 code throw error:
If downgrade to Gulp 4.0.0-alpha.2 works fine like this:
"gulp": "github:gulpjs/gulp#6d71a65",
I guess need update vinyl to 2.1: https://github.com/gulpjs/gulp/issues/2065 https://github.com/gulpjs/vinyl-fs/issues/288