diff options
| author | Johann-S <[email protected]> | 2019-03-27 11:58:00 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-07-23 14:23:50 +0200 |
| commit | 62730d9afd4e208ab9b490a073ab6426463e41b6 (patch) | |
| tree | d105f488d2cf5c9aef81efbc0e4ea8d2e690488b /build | |
| parent | 747f0f4c7b01a3900c163bb9b11715fa2380faea (diff) | |
| download | bootstrap-62730d9afd4e208ab9b490a073ab6426463e41b6.tar.xz bootstrap-62730d9afd4e208ab9b490a073ab6426463e41b6.zip | |
rewrite carousel unit tests
Diffstat (limited to 'build')
| -rw-r--r-- | build/build-plugins.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-plugins.js b/build/build-plugins.js index 5d8c42963..f380d77dc 100644 --- a/build/build-plugins.js +++ b/build/build-plugins.js @@ -34,7 +34,7 @@ const bsPlugins = { SelectorEngine: path.resolve(__dirname, '../js/src/dom/selector-engine.js'), Alert: path.resolve(__dirname, '../js/src/alert/alert.js'), Button: path.resolve(__dirname, '../js/src/button/button.js'), - Carousel: path.resolve(__dirname, '../js/src/carousel.js'), + Carousel: path.resolve(__dirname, '../js/src/carousel/carousel.js'), Collapse: path.resolve(__dirname, '../js/src/collapse.js'), Dropdown: path.resolve(__dirname, '../js/src/dropdown.js'), Modal: path.resolve(__dirname, '../js/src/modal.js'), |
