diff options
| author | XhmikosR <[email protected]> | 2019-02-07 13:10:06 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-13 19:22:59 +0200 |
| commit | 678da2ead938fc20deb1241beb0bd4d9739c5639 (patch) | |
| tree | d61f91a2aa2ede6961a3a2dc107287a7113f2d6e | |
| parent | b1860eca057429df834de2afeeb90046864cbec3 (diff) | |
| download | bootstrap-678da2ead938fc20deb1241beb0bd4d9739c5639.tar.xz bootstrap-678da2ead938fc20deb1241beb0bd4d9739c5639.zip | |
Remove `--renderToDisk`.
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index adf9291a8..c5dd24b50 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", |
