Skip to content
New issue

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

Run the "devTask" and "watchTask" in parallel #370

Closed
wants to merge 1 commit into from
Closed

Run the "devTask" and "watchTask" in parallel #370

wants to merge 1 commit into from

Conversation

Serializator
Copy link

If these tasks aren't run in parallel it will cause the "watchTask" to wait for the "devTask" (which is running BrowserSync) and BrowserSync won't stream to the browser because the "watchTask" isn't indirectly "notifying" it to do so.

@Januszpl Januszpl requested a review from Igloczek December 29, 2019 19:10
@Igloczek Igloczek closed this in 6185d9c Jan 9, 2020
@Igloczek
Copy link
Contributor

Igloczek commented Jan 9, 2020

Thanks for pointing out this problem, although the proposed solution is not fixing the source of this issue, which is located in the tasks/dev.js file, because this task never ends.

The bug is already fixed and fix is released as v1.8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants