2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Use Hugo mounts for our docs vendor JS files.

This commit is contained in:
XhmikosR
2019-08-17 19:38:24 +03:00
parent d8999dd566
commit 6f2c9fa459
6 changed files with 1192 additions and 18 deletions
+4 -1
View File
@@ -64,7 +64,7 @@
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x globby,karma-browserstack-launcher,stylelint && echo Manually update site/assets/js/vendor",
"update-deps": "ncu -u -x globby,karma-browserstack-launcher,stylelint",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
@@ -108,11 +108,14 @@
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"anchor-js": "^4.3.1",
"autoprefixer": "^10.4.0",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.2",
"clipboard": "^2.0.8",
"cross-env": "^7.0.3",
"cspell": "^5.13.1",
"docsearch.js": "^2.6.3",
"eslint": "^8.3.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.3",