diff options
| author | XhmikosR <[email protected]> | 2018-09-14 16:09:12 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-18 12:50:18 +0300 |
| commit | 787441d4bf39529384b68e7a9b026e703ad4740a (patch) | |
| tree | c5ad407248f7d1599e9eca7593685e09b7179e9a /js | |
| parent | 5543229950051c2a2b9c1dc49a7d548759adc3d6 (diff) | |
| download | bootstrap-787441d4bf39529384b68e7a9b026e703ad4740a.tar.xz bootstrap-787441d4bf39529384b68e7a9b026e703ad4740a.zip | |
docs: use the bundle dist file.
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/index.html | 2 | ||||
| -rw-r--r-- | js/tests/karma.conf.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index 95d72d87a..ce4a0e308 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -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"> diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js index e32c2e2fd..070606a52 100644 --- a/js/tests/karma.conf.js +++ b/js/tests/karma.conf.js @@ -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, |
