1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

docs: use the bundle dist file.

This commit is contained in:
XhmikosR
2018-09-14 16:09:12 +03:00
parent 5543229950
commit 787441d4bf
21 changed files with 21 additions and 45 deletions

View File

@@ -46,7 +46,7 @@ const customLaunchers = {
}
}
let files = ['site/docs/4.1/assets/js/vendor/popper.min.js']
let files = ['node_modules/popper.js/dist/umd/popper.min.js']
const conf = {
basePath: '../..',
port: 9876,