We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This documentation page includes the line:
This will be easier in gulp 4.x.x…
4.x.x
Could an example of reloading the JS appropriately be provided?
I think many of us have started using Gulp 4 and guidance on this particularly would be really helpful.
Thank you.
The text was updated successfully, but these errors were encountered:
I guess the answer example would be using gulp.series() and put the reload in the end, called in a post 2.0.0 syntax:
gulp.series()
reload
export function reload () { return new Promise(function (resolve) { bs.reload() resolve() }) }
?
I agree, any help with Gulp 4-specific examples would greatly save time.
Sorry, something went wrong.
There's a new recipe for Gulp v4 covering BrowserSync: https://github.com/gulpjs/gulp/blob/4.0/docs/recipes/minimal-browsersync-setup-with-gulp4.md
No branches or pull requests
This documentation page includes the line:
Could an example of reloading the JS appropriately be provided?
I think many of us have started using Gulp 4 and guidance on this particularly would be really helpful.
Thank you.
The text was updated successfully, but these errors were encountered: