mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
b893a09aa6
commit
548dc21378
2 changed files with 0 additions and 5 deletions
|
@ -98,10 +98,6 @@ type BuildConfig struct {
|
||||||
// One of never, fallback, always. Default is fallback
|
// One of never, fallback, always. Default is fallback
|
||||||
UseResourceCacheWhen string
|
UseResourceCacheWhen string
|
||||||
|
|
||||||
// When enabled, will duplicate bundled resource files across languages that
|
|
||||||
// doesn't have a translated version.
|
|
||||||
DuplicateResourceFiles bool
|
|
||||||
|
|
||||||
// When enabled, will collect and write a hugo_stats.json with some build
|
// When enabled, will collect and write a hugo_stats.json with some build
|
||||||
// related aggregated data (e.g. CSS class names).
|
// related aggregated data (e.g. CSS class names).
|
||||||
// Note that this was a bool <= v0.115.0.
|
// Note that this was a bool <= v0.115.0.
|
||||||
|
|
|
@ -939,7 +939,6 @@ config:
|
||||||
cacheBusters:
|
cacheBusters:
|
||||||
- source: (postcss|tailwind)\.config\.js
|
- source: (postcss|tailwind)\.config\.js
|
||||||
target: (css|styles|scss|sass)
|
target: (css|styles|scss|sass)
|
||||||
duplicateResourceFiles: false
|
|
||||||
noJSConfigInAssets: false
|
noJSConfigInAssets: false
|
||||||
useResourceCacheWhen: fallback
|
useResourceCacheWhen: fallback
|
||||||
buildDrafts: false
|
buildDrafts: false
|
||||||
|
|
Loading…
Reference in a new issue