-
Notifications
You must be signed in to change notification settings - Fork 210
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
"web/index.html"'s ETag never invalidates #894
Comments
Strangely I can't repro this with |
Here is my lock file: https://gist.github.com/matanlurey/d57d173097cb9ade269795fa44d22a14 Here is my name: angular_hello_world
environment:
sdk: '>=2.0.0-dev <2.0.0'
dependencies:
angular: ^5.0.0-alpha+4
dev_dependencies:
build_runner: ^0.7.8
build_web_compilers: ^0.2.1
dependency_overrides:
analyzer: ^0.31.0-alpha.1
I do see this:
... but I get a |
Can repro outside of one interesting difference, your rebuild has 0 outputs and mine has 1, so something is reading Which I think means that we're missing some invalidation on the digest stored on the AssetGraph nodes. |
Also reproduced this w/ |
Simple reproduction case:
Files:
Pubspec:
Terminal:
As viewed by @natebosch as well, a hard-refresh of the browser is required to see changes.
We suspect the ETag is not being invalidated. We might want to add testing around ETag in general.
The text was updated successfully, but these errors were encountered: