diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2015-01-27 17:22:57 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2015-01-27 17:22:57 +0100 |
commit | e2172308eec0ee790fe21858ae1c45e72407fa8c (patch) | |
tree | 8c6af218aca72d16ebd6c5e76a8246f26fd2ac8e /libs/bootstrap-3.3.2/js/npm.js | |
parent | 197960e4916e91ced9531309dac939195540d79a (diff) |
Update Bootstrap to 3.3.2.
Diffstat (limited to 'libs/bootstrap-3.3.2/js/npm.js')
-rw-r--r-- | libs/bootstrap-3.3.2/js/npm.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/bootstrap-3.3.2/js/npm.js b/libs/bootstrap-3.3.2/js/npm.js new file mode 100644 index 0000000..bf6aa80 --- /dev/null +++ b/libs/bootstrap-3.3.2/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 |