-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
gulp.watch calls wrong task/callback #776
Comments
I can see the same issue with test package. However, gulp.watch docs don't show combination of tasks and callback. There's only an array of task names OR callback. Is the BrowserSync example wrong or is there something missing from the docs? |
Maybe @shakyShane can shed some light on it? Here's the original issue that introduced that method: BrowserSync/browser-sync#134 (comment) |
Orchestrator seems to handle callbacks that way. Once callback is added it is never removed. |
This isn't problem in npm install "gulpjs/gulp#4.0" --save-dev
./node_modules/.bin/gulp |
Good to hear! How close is v4 to be stable? |
Gulp 4 milestone has 9 open issues: https://github.com/gulpjs/gulp/milestones/gulp%204 |
You can use the 4.0 branch right now, just put the repo url in your package.json |
This isn't something that will be solved in orchestrator before gulp4 is released, and as was stated by @heikki, the problem doesn't exist in 4.0. Feel free to switch to the 4.0 branch as it is stable and we are trying to get people to beta test so we can push forward on release. Closing this issue. |
What happens:
This is BrowserSync's suggested way to reload certain files, so others are likely having this issue too (browsersync is not in the test because it does not create the issue)
DOWNLOAD: Gulpfile, package.json, one jade and one scss files: http://cl.ly/YYAX
The text was updated successfully, but these errors were encountered: