aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-12-31 01:54:42 +0200
committerGitHub <[email protected]>2017-12-31 01:54:42 +0200
commit06d8e58e9f66b789e5f482509c5248ebe5c67eed (patch)
treec342f8bfa58ee95e41b57d297721700d680682fa /package.json
parent6a17e639d6270de8cad8eafe8a1c7259ef3d9b24 (diff)
downloadbootstrap-06d8e58e9f66b789e5f482509c5248ebe5c67eed.tar.xz
bootstrap-06d8e58e9f66b789e5f482509c5248ebe5c67eed.zip
Add `docs-github-serve` script for local serving the `github` target. (#25139)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f41e3a353..ffa64a008 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",