]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove `--renderToDisk`.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 7 Feb 2019 11:10:06 +0000 (13:10 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Mar 2019 17:22:59 +0000 (19:22 +0200)
package.json

index adf9291a8c634724779daec61f06fb30a8961aee..c5dd24b50568bf1d73013fae54855f7f00b59faf 100644 (file)
@@ -72,7 +72,7 @@
     "docs-production": "cross-env HUGO_ENV=production npm run docs-build",
     "docs-lint": "node build/vnu-jar.js",
     "predocs-serve": "npm-run-all css-copy js-copy",
-    "docs-serve": "hugo server --port 9001 --disableFastRender --renderToDisk",
+    "docs-serve": "hugo server --port 9001 --disableFastRender",
     "docs-serve-only": "http-server _gh_pages -p 9001 -a localhost",
     "update-deps": "ncu -a -x jquery -x bundlesize && npm update && cross-env-shell echo Manually update \\\"site/static/docs/$npm_package_version_short/assets/js/vendor/\\\"",
     "release": "npm-run-all dist release-sri release-zip docs-production",