From: XhmikosR Date: Sun, 3 Mar 2024 16:29:49 +0000 (+0200) Subject: Update hugo server options X-Git-Tag: v5.3.4~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1baec29637844256e6bb52f6cf5fb96611ed3d0c;p=thirdparty%2Fbootstrap.git Update hugo server options Add --noHTTPCache --renderToMemory --printPathWarnings --- diff --git a/package.json b/package.json index 96a3d3dca1..3a1a498f8c 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "docs-compile": "npm run docs-build", "docs-vnu": "node build/vnu-jar.mjs", "docs-lint": "npm run docs-vnu", - "docs-serve": "hugo server --port 9001 --disableFastRender --printUnusedTemplates", + "docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates", "docs-serve-only": "npx sirv-cli _site --port 9001", "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json", "update-deps": "ncu -u -x globby,jasmine,karma-browserstack-launcher,karma-rollup-preprocessor && echo Manually update site/assets/js/vendor",