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

perf(serve): Reduce duplicate rebuilds #361

Merged
merged 2 commits into from
Jan 7, 2018
Merged

Conversation

epage
Copy link
Member

@epage epage commented Jan 7, 2018

This mostly resolves #356. vim will cause a delete and create
notification on save. The problem is that debouncing is really a
per-application policy rather than something that is universal. It'd be
ideal for these to be debounced for cobalt but that wouldn't work in
other cases.

This mostly resolves cobalt-org#356.  vim will cause a `delete` and `create`
notification on save.  The problem is that debouncing is really a
per-application policy rather than something that is universal.  It'd be
ideal for these to be debounced for cobalt but that wouldn't work in
other cases.
@epage epage merged commit fd81442 into cobalt-org:master Jan 7, 2018
@epage epage deleted the serve branch January 7, 2018 04:32
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.

Reduce extra cargo serve / make it faster
1 participant