hugo-wasm/resources
Bjørn Erik Pedersen 77824d704c Fix same resource file published more than once
This may still happen, though, in low memory situations or very big sites, but I'm not sure it's worth spending time on fixing that. Writing the same file more than once isn't harmful, the negative effect is the false path warning.
 We may find a way to detect that situation if this becomes a real problem.

Fixes #13164
2024-12-27 18:55:24 +01:00
..
assets Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
images Fix compare of uints and ints in eq, gt etc. 2024-08-10 14:00:21 +02:00
internal Consolidate all hashing to the common/hashing package 2024-07-31 16:44:06 +02:00
jsconfig all: Fix typos in function names and comments 2023-06-19 09:26:29 +02:00
kinds all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
page Add js.Batch 2024-12-12 21:43:17 +01:00
postpub Create pages from _content.gotmpl 2024-05-14 13:12:08 +02:00
resource Fix union, complement, symdiff, and intersect for transient resources 2024-12-22 19:25:03 +01:00
resource_factories Fix same resource file published more than once 2024-12-27 18:55:24 +01:00
resource_transformers js/esbuild: Don't try to resolve packages in /assets marked as external 2024-12-22 21:29:18 +01:00
testdata Fix images.AutoOrient regression 2024-08-02 10:36:06 +02:00
docs.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
errorResource.go Add Luminance to Color 2024-04-16 10:02:46 +02:00
image.go Add js.Batch 2024-12-12 21:43:17 +01:00
image_cache.go Fix multihost processed image not copied to non-default content languages 2024-02-27 10:43:23 +01:00
image_extended_test.go Shorten processed image filenames 2024-07-31 16:44:06 +02:00
image_test.go Shorten processed image filenames 2024-07-31 16:44:06 +02:00
post_publish.go Add basic "post resource publish support" 2020-04-07 21:59:20 +02:00
resource.go Fix union, complement, symdiff, and intersect for transient resources 2024-12-22 19:25:03 +01:00
resource_cache.go Fix same resource file published more than once 2024-12-27 18:55:24 +01:00
resource_metadata.go Add js.Batch 2024-12-12 21:43:17 +01:00
resource_spec.go Fix union, complement, symdiff, and intersect for transient resources 2024-12-22 19:25:03 +01:00
resource_spec_test.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
resource_test.go Add js.Batch 2024-12-12 21:43:17 +01:00
resources_integration_test.go Shorten processed image filenames 2024-07-31 16:44:06 +02:00
testhelpers_test.go resource: Revert the normalization of Resource.Name 2024-02-25 14:57:29 +01:00
transform.go Fix union, complement, symdiff, and intersect for transient resources 2024-12-22 19:25:03 +01:00
transform_integration_test.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
transform_test.go Shorten processed image filenames 2024-07-31 16:44:06 +02:00