hugo/resource
Bjørn Erik Pedersen 43f9df0194 Prevent resource publishing for transformed inline resources
That is, if only `.Content` is accessed.

This means that, for a transformed resource to be published to `/public`, you need to access either `.RelPermalink` or `Permalink`.

Fixes #4944
2018-12-21 13:41:46 +01:00
..
bundler
create
integrity
minifier
postcss
templates
testdata
tocss/scss
image.go resource/image: Fix "always false" condition 2018-12-10 15:31:44 +01:00
image_cache.go Fix Permalink for resource, baseURL with path and canonifyURLs set 2018-11-15 16:37:11 +01:00
image_test.go
resource.go Fix Permalink for resource, baseURL with path and canonifyURLs set 2018-11-15 16:37:11 +01:00
resource_cache.go
resource_metadata.go
resource_metadata_test.go
resource_test.go
smartcrop.go
testhelpers_test.go Handle themes in the new file cache (for images, assets) 2018-11-23 21:09:00 +01:00
transform.go Prevent resource publishing for transformed inline resources 2018-12-21 13:41:46 +01:00
transform_test.go