Blaine Bublitz

Results 267 comments of Blaine Bublitz

@silvenon I also think this recipe should just be called "Bundling JavaScript", since it will be the recommended way to include bundling inside your gulpfiles.

@silvenon I think that is a great plan! Thank you for updating us.

@silvenon are you still planning to complete the above changes?

Thanks for letting me know! I'd like to re-open and pick this up myself. And thank you for the work you put in here already ❤️

@craigphicks I agree with @contra - there might be some weirdness here that we can only determine by seeing all the code.

The changelog and readme on https://github.com/gulpjs/gulp/tree/4.0 are the best places to start for migrating.

Very cool. I'd like to also mention removing `run-sequence` and `gulp.start`/`gulp.run` usage. `start`/`run` are completely removed and `run-sequence` module is no longer needed due `gulp.series`. I think `run-sequence` will actually...

gulp-task-listing might need to be blacklisted. I'm thinking about it still. What is wrong with one of the many command line flags available? `--tasks`, `--tasks-simple`, `--tasks-json` are all available in...

The CLI is getting a help menu and there is a new method `gulp.tree` that will give you the task tree.

An update on this: the 4.0 branch now has all the docs updated thanks to @dinoboff - this should make a migration guide a lot easier