diff options
| author | Anton Bershanskiy <[email protected]> | 2019-03-29 13:43:56 -0500 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-07-23 14:23:50 +0200 |
| commit | e916a9bc03ba916d10f9deef630f810fee918bef (patch) | |
| tree | 1e0b5e54150b666e484501e5101dd8d1a12a171a /build | |
| parent | 6a59c584805af5a3298ddfbd89a32c7e29732cc2 (diff) | |
| download | bootstrap-e916a9bc03ba916d10f9deef630f810fee918bef.tar.xz bootstrap-e916a9bc03ba916d10f9deef630f810fee918bef.zip | |
rewrite toast 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 c071f7f28..6989e4f4d 100644 --- a/build/build-plugins.js +++ b/build/build-plugins.js @@ -41,7 +41,7 @@ const bsPlugins = { Popover: path.resolve(__dirname, '../js/src/popover.js'), ScrollSpy: path.resolve(__dirname, '../js/src/scrollspy.js'), Tab: path.resolve(__dirname, '../js/src/tab.js'), - Toast: path.resolve(__dirname, '../js/src/toast.js'), + Toast: path.resolve(__dirname, '../js/src/toast/toast.js'), Tooltip: path.resolve(__dirname, '../js/src/tooltip.js') } const rootPath = '../js/dist/' |
