]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add `docs-github-serve` script for local serving the `github` target. (#25139)
authorXhmikosR <xhmikosr@gmail.com>
Sat, 30 Dec 2017 23:54:42 +0000 (01:54 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Dec 2017 23:54:42 +0000 (01:54 +0200)
package.json

index f41e3a353c3a85d2e1ce7fb06b85193842cd4f29..ffa64a008133054e0637109b2eeecf8e4eec262e 100644 (file)
@@ -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",