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

If a generated asset didn't change, don't invalidate things that depend on it #91

Closed
jakemac53 opened this issue Mar 11, 2016 · 1 comment
Labels
P3 A lower priority bug or feature request package:build_runner type-enhancement A request for a change that isn't a bug

Comments

@jakemac53
Copy link
Contributor

If you have a graph like foo.dart => foo.dart.summary, things that depend on foo.dart.summary should only get regenerated if that file changes.

Today that is not the case, everything is invalidated up front.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed enhancement labels Sep 14, 2016
@jakemac53 jakemac53 added P3 A lower priority bug or feature request package:build_runner S3 low labels Jan 30, 2017
@jakemac53
Copy link
Contributor Author

Dupe of #371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 A lower priority bug or feature request package:build_runner type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants