-
Notifications
You must be signed in to change notification settings - Fork 346
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
Setting Expires headers #308
Comments
same issue here on S3/Cloudfront; I think it might have to do with sprockets not including the gzip files anymore, see #304. We are using the patch included there but the gzipped assets are not triggering the setting of the Expires header when uploaded. There is a patch in #223 that might address this.
|
This seems to be caused by AssetSync assuming the hash to be 32 characters long, while the current hash used is 64. Also, this has apparently already been fixed in #315, but not yet released. |
Okay, great news! |
I have no permission to release, so... |
Yeah, I just read #316 and it sounds like @davidjrice would need to give out release rights for that to happen, right? I'll install from master until then. |
Please do so. Thanks! |
Please try |
@PikachuEXE good work. Would you like release rights? @lime likewise! |
@davidjrice I just realize the last release was made in 2014 (O.O) |
@davidjrice I'm not that familiar with the codebase yet, so I wouldn't dare to make any big judgment calls. But I'm happy to help out as much as I can. :) |
+1 for an release of the new features and cache control |
@davidjrice Looking forward of a new release with this feature. |
#329 should be released in |
This should indeed be released now since I'll close the issue. If anyone notices problems with the cache headers after updating, please do comment or open an issue. :) |
I noticed
issue 39
fixed the issue for setting the expires HTTP header to the far-future. I don't know is amazon updated something but it doesnt work any more and none of my headers are being set.The text was updated successfully, but these errors were encountered: