Documentation Update: Asset timestamp handling with sbt#12895
Conversation
|
This pull request has been removed from the queue for the following reason: The pull request can't be updated You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
0594138 to
8e2b35e
Compare
|
@Mergifyio backport 3.0.x 2.9.x |
✅ Backports have been createdDetails
|
|
This pull request has been removed from the queue for the following reason: The pull request can't be updated You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
Resolves #10572
Pull Request Checklist
Helpful things
Fixes
Closes #10572
Purpose
Updates
AssetsOverview.mdwith documentation on the behavior of the Last-Modified header. Includes an explanation of the issue, and a workaround.Background Context
ThisBuild / packageOptions += Package.FixedTimestamp(Package.keepTimestamps).sbt clean universal:packageZipTarball.{host}/assets/images/favicon.pngand inspected the image headers. Verified theLast-Modifiedheader is now correctly set.References