hugo/resources
Bjørn Erik Pedersen 3be2c25351 Fix concat with fingerprint regression
In Hugo 0.58 we optimized the transformers that only adjusted metadata, e.g. the fingerprint.

This depended on the source readers implementing `io.ReadSeeker`.

The reader produced by `concat` did that, but the implementation was buggy.

This commit fixes that.

Fixes #6309
2019-09-05 19:59:49 +02:00
..
images Allow slices in the image Filter funcs, not just varargs 2019-09-04 17:24:50 +02:00
internal Add a set of image filters 2019-08-28 15:59:54 +02:00
page tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
resource Allow slices in the image Filter funcs, not just varargs 2019-09-04 17:24:50 +02:00
resource_factories Fix concat with fingerprint regression 2019-09-05 19:59:49 +02:00
resource_transformers Cache processed images by their source path 2019-09-03 18:38:57 +02:00
testdata Add a set of image filters 2019-08-28 15:59:54 +02:00
image.go Allow slices in the image Filter funcs, not just varargs 2019-09-04 17:24:50 +02:00
image_cache.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
image_test.go Allow slices in the image Filter funcs, not just varargs 2019-09-04 17:24:50 +02:00
resource.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
resource_cache.go Image resource refactor 2019-08-26 15:00:44 +02:00
resource_cache_test.go Improve the server assets cache invalidation logic 2019-08-13 18:09:46 +02:00
resource_metadata.go Image resource refactor 2019-08-26 15:00:44 +02:00
resource_metadata_test.go Image resource refactor 2019-08-26 15:00:44 +02:00
resource_spec.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
resource_test.go Image resource refactor 2019-08-26 15:00:44 +02:00
testhelpers_test.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
transform.go Allow slices in the image Filter funcs, not just varargs 2019-09-04 17:24:50 +02:00
transform_test.go Image resource refactor 2019-08-26 15:00:44 +02:00