From: XhmikosR Date: Sat, 30 Dec 2017 23:54:42 +0000 (+0200) Subject: Add `docs-github-serve` script for local serving the `github` target. (#25139) X-Git-Tag: v4.0.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d8e58e9f66b789e5f482509c5248ebe5c67eed;p=thirdparty%2Fbootstrap.git Add `docs-github-serve` script for local serving the `github` target. (#25139) --- diff --git a/package.json b/package.json index f41e3a353c..ffa64a0081 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "docs-compile": "bundle exec jekyll build", "postdocs-compile": "npm run docs-workbox-precache", "docs-github": "shx echo \"github: true\" > twbsconfig.yml && npm run docs-compile -- --config _config.yml,twbsconfig.yml && shx rm ./twbsconfig.yml", + "docs-github-serve": "bundle exec jekyll serve --skip-initial-build --no-watch", "docs-lint": "npm-run-all docs-lint-*", "docs-lint-htmllint": "htmllint --rc build/.htmllintrc \"_gh_pages/**/*.html\" \"js/tests/**/*.html\"", "docs-lint-vnu-jar": "node build/vnu-jar.js",