diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-07-25 22:23:03 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-07-25 22:23:03 +0200 |
commit | 98610edcc9c016fa56e4cf2e0eb1064a8d2e92b0 (patch) | |
tree | 47587b542cea167a529d33d421efe6e63f3d03cd /libs/bootstrap-3.3.7/js/npm.js | |
parent | 4bd22e5ef149af62245c23e97962bc69a47de42a (diff) |
Update Bootstrap to 3.3.7.
Diffstat (limited to 'libs/bootstrap-3.3.7/js/npm.js')
-rw-r--r-- | libs/bootstrap-3.3.7/js/npm.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/bootstrap-3.3.7/js/npm.js b/libs/bootstrap-3.3.7/js/npm.js new file mode 100644 index 0000000..bf6aa80 --- /dev/null +++ b/libs/bootstrap-3.3.7/js/npm.js @@ -0,0 +1,13 @@ +// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. +require('../../js/transition.js') +require('../../js/alert.js') +require('../../js/button.js') +require('../../js/carousel.js') +require('../../js/collapse.js') +require('../../js/dropdown.js') +require('../../js/modal.js') +require('../../js/tooltip.js') +require('../../js/popover.js') +require('../../js/scrollspy.js') +require('../../js/tab.js') +require('../../js/affix.js')
\ No newline at end of file |