]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
return to the original file structure to avoid breaking modularity
authorJohann-S <johann.servoire@gmail.com>
Wed, 2 Oct 2019 09:43:54 +0000 (11:43 +0200)
committerJohann-S <johann.servoire@gmail.com>
Thu, 3 Oct 2019 07:55:57 +0000 (09:55 +0200)
commit3d12b541c488ea09efced2fb987fcbf384c656bb
tree1863095dd8162e25a1909cf741e32faa091c32d4
parent393ddae09b0578c8d381540bdbb4e68cdec1b45b
return to the original file structure to avoid breaking modularity
35 files changed:
build/build-plugins.js
js/index.esm.js
js/index.umd.js
js/src/alert.js [moved from js/src/alert/alert.js with 96% similarity]
js/src/button.js [moved from js/src/button/button.js with 96% similarity]
js/src/carousel.js [moved from js/src/carousel/carousel.js with 98% similarity]
js/src/collapse.js [moved from js/src/collapse/collapse.js with 98% similarity]
js/src/dropdown.js [moved from js/src/dropdown/dropdown.js with 98% similarity]
js/src/modal.js [moved from js/src/modal/modal.js with 98% similarity]
js/src/popover.js [moved from js/src/popover/popover.js with 96% similarity]
js/src/scrollspy.js [moved from js/src/scrollspy/scrollspy.js with 97% similarity]
js/src/tab.js [moved from js/src/tab/tab.js with 97% similarity]
js/src/toast.js [moved from js/src/toast/toast.js with 97% similarity]
js/src/tooltip.js [moved from js/src/tooltip/tooltip.js with 98% similarity]
js/tests/README.md
js/tests/karma.conf.js
js/tests/units/.eslintrc.json [moved from js/src/.eslintrc.json with 83% similarity]
js/tests/units/alert.spec.js [moved from js/src/alert/alert.spec.js with 97% similarity]
js/tests/units/button.spec.js [moved from js/src/button/button.spec.js with 98% similarity]
js/tests/units/carousel.spec.js [moved from js/src/carousel/carousel.spec.js with 99% similarity]
js/tests/units/collapse.spec.js [moved from js/src/collapse/collapse.spec.js with 99% similarity]
js/tests/units/dom/data.spec.js [moved from js/src/dom/data.spec.js with 96% similarity]
js/tests/units/dom/event-handler.spec.js [moved from js/src/dom/event-handler.spec.js with 98% similarity]
js/tests/units/dom/manipulator.spec.js [moved from js/src/dom/manipulator.spec.js with 97% similarity]
js/tests/units/dom/selector-engine.spec.js [moved from js/src/dom/selector-engine.spec.js with 94% similarity]
js/tests/units/dropdown.spec.js [moved from js/src/dropdown/dropdown.spec.js with 99% similarity]
js/tests/units/modal.spec.js [moved from js/src/modal/modal.spec.js with 99% similarity]
js/tests/units/popover.spec.js [moved from js/src/popover/popover.spec.js with 97% similarity]
js/tests/units/scrollspy.spec.js [moved from js/src/scrollspy/scrollspy.spec.js with 99% similarity]
js/tests/units/tab.spec.js [moved from js/src/tab/tab.spec.js with 99% similarity]
js/tests/units/toast.spec.js [moved from js/src/toast/toast.spec.js with 98% similarity]
js/tests/units/tooltip.spec.js [moved from js/src/tooltip/tooltip.spec.js with 99% similarity]
js/tests/units/util/index.spec.js [moved from js/src/util/index.spec.js with 98% similarity]
js/tests/units/util/sanitizer.spec.js [moved from js/src/util/sanitizer.spec.js with 96% similarity]
package.json