1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Revert "Use Hugo mounts for our docs vendor files." (#32210)

* Revert "Adapt to the recent main changes"

This reverts commit 50d8921670.

* Revert "Add Hugo Pipes logic for local and vendored scripts."

This reverts commit 3fcfd606f2.

* Revert "Use Hugo mounts for our docs vendor JS files."

This reverts commit 6b071116f3.
This commit is contained in:
XhmikosR
2020-11-19 21:09:34 +02:00
committed by GitHub
parent 50d8921670
commit 6637154beb
7 changed files with 31 additions and 605 deletions

View File

@@ -40,16 +40,6 @@ module:
target: static/apple-touch-icon.png
- source: site/static/docs/5.0/assets/img/favicons/favicon.ico
target: static/favicon.ico
# the following are processed via Hugo pipes so we need them in the assets folder
## the following will be printed with Hugo pipes
- source: node_modules/docsearch.js/dist/cdn/docsearch.min.js
target: assets/js/vendor/docsearch.min.js
## The following vendor files will be bundled together on top of local js files as /docs.js
- source: node_modules/anchor-js/anchor.min.js
target: assets/js/vendor/anchor.min.js
- source: node_modules/clipboard/dist/clipboard.min.js
target: assets/js/vendor/clipboard.min.js
params:
description: "The most popular HTML, CSS, and JS library in the world."