Skip to content

Commit

Permalink
Announce asset fingerprinting
Browse files Browse the repository at this point in the history
Implements issue #15
  • Loading branch information
thekid committed Apr 5, 2021
1 parent cc147d1 commit b592b4f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ Web frontends change log

## ?.?.? / ????-??-??

* Merged PR #17: Implement asset fingerprinting. This makes the bundler
generate assets named `[name].[contenthash].[extension]`, which can
then be delivered with *immutable* caching, see
https://webhint.io/docs/user-guide/hints/hint-http-cache/
(@thekid)
* Merged PR #16: Introduce globals, which are passed to the template
context
context. This is a prerequisite for being able to pass the asset
manifest to the frontend, see #15.
(@thekid)

## 2.2.0 / 2021-04-02
Expand Down

0 comments on commit b592b4f

Please sign in to comment.