mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
docs: use the bundle dist file.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
document.write('<script src="' + path + '"><\/script>')
|
||||
}())
|
||||
</script>
|
||||
<script src="../../site/docs/4.1/assets/js/vendor/popper.min.js"></script>
|
||||
<script src="../../node_modules/popper.js/dist/umd/popper.min.js"></script>
|
||||
|
||||
<!-- QUnit -->
|
||||
<link rel="stylesheet" href="../../node_modules/qunit/qunit/qunit.css" media="screen">
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user