]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
add umd module support in dist
authorfat <fat@folders.local>
Wed, 13 May 2015 17:13:34 +0000 (10:13 -0700)
committerfat <fat@folders.local>
Wed, 13 May 2015 17:13:34 +0000 (10:13 -0700)
commitdafdd180cd54a2e238fe715d8aeb83c07f385a18
tree7db2949420f90040726e9f26dd5afc2c41364300
parent6b251582d6c01dfe4e27062118a1af1811625ac5
add umd module support in dist
16 files changed:
Gruntfile.js
dist/js/bootstrap.js
dist/js/bootstrap.min.js
dist/js/npm.js
dist/js/umd/alert.js [new file with mode: 0644]
dist/js/umd/button.js [new file with mode: 0644]
dist/js/umd/carousel.js [new file with mode: 0644]
dist/js/umd/collapse.js [new file with mode: 0644]
dist/js/umd/dropdown.js [new file with mode: 0644]
dist/js/umd/modal.js [new file with mode: 0644]
dist/js/umd/popover.js [new file with mode: 0644]
dist/js/umd/scrollspy.js [new file with mode: 0644]
dist/js/umd/tab.js [new file with mode: 0644]
dist/js/umd/tooltip.js [new file with mode: 0644]
dist/js/umd/util.js [new file with mode: 0644]
grunt/bs-commonjs-generator.js