hugo/resources/resource_factories/bundler
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
..
bundler.go Fix concat with fingerprint regression 2019-09-05 19:59:49 +02:00
bundler_test.go Fix concat with fingerprint regression 2019-09-05 19:59:49 +02:00