diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-10-30 18:19:16 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-10-30 18:19:16 +0100 |
commit | f2fb4e820cf812483045bf4991d23b13cf90b082 (patch) | |
tree | 61e59b5150e37e21f9e433e3ba0d6a3c7954793f /libs/bootstrap-3.3.0/js/npm.js | |
parent | 1b094c269e48db1d1b0f983a2e3f44599a182966 (diff) |
Update Boostrap to 3.3.0.
Diffstat (limited to 'libs/bootstrap-3.3.0/js/npm.js')
-rw-r--r-- | libs/bootstrap-3.3.0/js/npm.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/bootstrap-3.3.0/js/npm.js b/libs/bootstrap-3.3.0/js/npm.js new file mode 100644 index 0000000..bf6aa80 --- /dev/null +++ b/libs/bootstrap-3.3.0/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 |