]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update hugo server options
authorXhmikosR <xhmikosr@gmail.com>
Sun, 3 Mar 2024 16:29:49 +0000 (18:29 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 6 Mar 2024 13:50:18 +0000 (15:50 +0200)
Add --noHTTPCache --renderToMemory --printPathWarnings

package.json

index 96a3d3dca1443cfbc34604c8cd5c7099af31a871..3a1a498f8c6c5bb46102db9eeca9283d642b75a0 100644 (file)
@@ -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",