diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2015-04-21 10:09:09 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2015-04-21 10:09:09 +0200 |
commit | 0a236178548ec242befbe9cc0cd0be0dbb6b054a (patch) | |
tree | 9f8a2858b8df340f3dbf767d3c2b96bea9e66802 /libs/bootstrap-3.3.4/js/npm.js | |
parent | 6b11e551c116f7015ed6abd27da93a6aa02b2c01 (diff) |
Update Bootstrap to 3.3.4.
Diffstat (limited to 'libs/bootstrap-3.3.4/js/npm.js')
-rw-r--r-- | libs/bootstrap-3.3.4/js/npm.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/bootstrap-3.3.4/js/npm.js b/libs/bootstrap-3.3.4/js/npm.js new file mode 100644 index 0000000..bf6aa80 --- /dev/null +++ b/libs/bootstrap-3.3.4/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 |