From: XhmikosR Date: Thu, 7 Feb 2019 11:10:06 +0000 (+0200) Subject: Remove `--renderToDisk`. X-Git-Tag: v5.0.0-alpha1~1201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678da2ead938fc20deb1241beb0bd4d9739c5639;p=thirdparty%2Fbootstrap.git Remove `--renderToDisk`. --- diff --git a/package.json b/package.json index adf9291a8c..c5dd24b505 100644 --- a/package.json +++ b/package.json @@ -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",